#8F91D6

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

Shades of Portage #8F91D6

Tints of Portage #8F91D6

Color information

#8F91D6 (or 0x8F91D6) is unknown color: approx Portage. HEX triplet: 8F, 91 and D6. RGB value is (143,145,214). Sum of RGB (Red+Green+Blue) = 143+145+214=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 214 - color contains mainly: blue. Hex color #8F91D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F91D6 is #706E29. Grayscale: #979797. Windows color (decimal): -7368234 or 14061967. OLE color: 14061967.

HSL color Cylindrical-coordinate representation of color #8F91D6: hue angle of 238.31º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F91D6 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB143145214-
CMYK0.330.3200.16
HSL238.31º46.41%70%-
HSV(B)238.31º33.18%83.92%-
XYZ33.5930.9567.82-
YUV152.27162.84121.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.49%
GREEN value IS 145 (57.03% from 255) = 28.88%
BLUE value IS 214 (83.98% from 255) = 42.63%
R=28.49%
G=28.88%
B=42.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1431452140.330.3200.16238.3146.4170
Hex8F91D62120010ee2e46
Octal217221326414002035656106
Binary100011111001000111010110100001100000010000111011101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F91D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,145,214); }

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

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

 a { background-color: rgb(143,145,214); }

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

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

 span { border-color: rgb(143,145,214); }

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