#8F94F2

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

Shades of Portage #8F94F2

Tints of Portage #8F94F2

Color information

#8F94F2 (or 0x8F94F2) is unknown color: approx Portage. HEX triplet: 8F, 94 and F2. RGB value is (143,148,242). Sum of RGB (Red+Green+Blue) = 143+148+242=533 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.83% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #8F94F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F94F2 is #706B0D. Grayscale: #9C9C9C. Windows color (decimal): -7367438 or 15897743. OLE color: 15897743.

HSL color Cylindrical-coordinate representation of color #8F94F2: hue angle of 236.97º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F94F2 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB143148242-
CMYK0.410.3900.05
HSL236.97º79.2%75.49%-
HSV(B)236.97º40.91%94.9%-
XYZ37.9433.4388.46-
YUV157.22175.84117.86-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.83%
GREEN value IS 148 (58.20% from 255) = 27.77%
BLUE value IS 242 (94.92% from 255) = 45.40%
R=26.83%
G=27.77%
B=45.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1431482420.410.3900.05236.9779.275.49
Hex8F94F2292705ed4f4b
Octal217224362514705355117113
Binary10001111100101001111001010100110011101011110110110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F94F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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