#8F94FC

Color #8F94FC Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8F94FC

Tints of Portage #8F94FC

Color information

#8F94FC (or 0x8F94FC) is unknown color: approx Portage. HEX triplet: 8F, 94 and FC. RGB value is (143,148,252). Sum of RGB (Red+Green+Blue) = 143+148+252=543 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.34% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F94FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F94FC is #706B03. Grayscale: #9D9D9D. Windows color (decimal): -7367428 or 16553103. OLE color: 16553103.

HSL color Cylindrical-coordinate representation of color #8F94FC: hue angle of 237.25º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F94FC is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB143148252-
CMYK0.430.4100.01
HSL237.25º94.78%77.45%-
HSV(B)237.25º43.25%98.82%-
XYZ39.4934.0596.59-
YUV158.36180.84117.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 26.34%
GREEN value IS 148 (58.20% from 255) = 27.26%
BLUE value IS 252 (98.83% from 255) = 46.41%
R=26.34%
G=27.26%
B=46.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1431482520.430.4100.01237.2594.7877.45
Hex8F94FC2B2901ed5f4d
Octal217224374535101355137115
Binary100011111001010011111100101011101001011110110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F94FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F94FC; }

 p { color: rgb(143,148,252); }

 H1.HeaderClassName
 {
   color: #8F94FC;
 }
 .AnyTagClassName
 {
   color: #8F94FC;
 }
</style>
background-color css

<style>
 a { background-color: #8F94FC; }

 a { background-color: rgb(143,148,252); }

 div.DivClassName
 {
   background-color: #8F94FC;
 }
 .BgClassName
 {
   background-color: #8F94FC;
 }
</style>
border-color css

<style>
 span { border-color: #8F94FC; }

 span { border-color: rgb(143,148,252); }

 td.TdClassName
 {
   border-color: #8F94FC;
 }
 .TagClassName
 {
   border-color: #8F94FC;
 }
</style>