#8F9ECB

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

Shades of Portage #8F9ECB

Tints of Portage #8F9ECB

Color information

#8F9ECB (or 0x8F9ECB) is unknown color: approx Portage. HEX triplet: 8F, 9E and CB. RGB value is (143,158,203). Sum of RGB (Red+Green+Blue) = 143+158+203=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F9ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9ECB is #706134. Grayscale: #9E9E9E. Windows color (decimal): -7364917 or 13344399. OLE color: 13344399.

HSL color Cylindrical-coordinate representation of color #8F9ECB: hue angle of 225º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F9ECB is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB143158203-
CMYK0.300.2200.20
HSL225º36.59%67.84%-
HSV(B)225º29.56%79.61%-
XYZ34.3334.6161.37-
YUV158.64153.03116.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.37%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=28.37%
G=31.35%
B=40.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431582030.300.2200.2022536.5967.84
Hex8F9ECB1E16014e12544
Octal217236313362602434145104
Binary1000111110011110110010111111010110010100111000011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,158,203); }

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

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

 a { background-color: rgb(143,158,203); }

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

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

 span { border-color: rgb(143,158,203); }

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