#8792CA

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

Shades of Portage #8792CA

Tints of Portage #8792CA

Color information

#8792CA (or 0x8792CA) is unknown color: approx Portage. HEX triplet: 87, 92 and CA. RGB value is (135,146,202). Sum of RGB (Red+Green+Blue) = 135+146+202=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #8792CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8792CA is #786D35. Grayscale: #949494. Windows color (decimal): -7892278 or 13275783. OLE color: 13275783.

HSL color Cylindrical-coordinate representation of color #8792CA: hue angle of 230.15º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8792CA is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB135146202-
CMYK0.330.2800.21
HSL230.15º38.73%66.08%-
HSV(B)230.15º33.17%79.22%-
XYZ30.9329.9760.03-
YUV149.1157.86117.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.95%
GREEN value IS 146 (57.42% from 255) = 30.23%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=27.95%
G=30.23%
B=41.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351462020.330.2800.21230.1538.7366.08
Hex8792CA211C015e62742
Octal207222312413402534647102
Binary10000111100100101100101010000111100010101111001101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8792CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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