#8792CB

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

Shades of Portage #8792CB

Tints of Portage #8792CB

Color information

#8792CB (or 0x8792CB) is unknown color: approx Portage. HEX triplet: 87, 92 and CB. RGB value is (135,146,203). Sum of RGB (Red+Green+Blue) = 135+146+203=484 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.89% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #8792CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8792CB is #786D34. Grayscale: #949494. Windows color (decimal): -7892277 or 13341319. OLE color: 13341319.

HSL color Cylindrical-coordinate representation of color #8792CB: hue angle of 230.29º 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 #8792CB is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB135146203-
CMYK0.330.2800.20
HSL230.29º39.53%66.27%-
HSV(B)230.29º33.5%79.61%-
XYZ31.0530.0260.66-
YUV149.21158.36117.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.89%
GREEN value IS 146 (57.42% from 255) = 30.17%
BLUE value IS 203 (79.69% from 255) = 41.94%
R=27.89%
G=30.17%
B=41.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351462030.330.2800.20230.2939.5366.27
Hex8792CB211C014e62842
Octal207222313413402434650102
Binary10000111100100101100101110000111100010100111001101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8792CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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