#8791CB

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

Shades of Portage #8791CB

Tints of Portage #8791CB

Color information

#8791CB (or 0x8791CB) is unknown color: approx Portage. HEX triplet: 87, 91 and CB. RGB value is (135,145,203). Sum of RGB (Red+Green+Blue) = 135+145+203=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #8791CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8791CB is #786E34. Grayscale: #949494. Windows color (decimal): -7892533 or 13341063. OLE color: 13341063.

HSL color Cylindrical-coordinate representation of color #8791CB: hue angle of 231.18º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8791CB is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB135145203-
CMYK0.330.2900.20
HSL231.18º39.53%66.27%-
HSV(B)231.18º33.5%79.61%-
XYZ30.929.7160.61-
YUV148.62158.69118.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.95%
GREEN value IS 145 (57.03% from 255) = 30.02%
BLUE value IS 203 (79.69% from 255) = 42.03%
R=27.95%
G=30.02%
B=42.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351452030.330.2900.20231.1839.5366.27
Hex8791CB211D014e72842
Octal207221313413502434750102
Binary10000111100100011100101110000111101010100111001111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8791CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8791CB; }

 p { color: rgb(135,145,203); }

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

<style>
 a { background-color: #8791CB; }

 a { background-color: rgb(135,145,203); }

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

<style>
 span { border-color: #8791CB; }

 span { border-color: rgb(135,145,203); }

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