#8192CB

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

Shades of Portage #8192CB

Tints of Portage #8192CB

Color information

#8192CB (or 0x8192CB) is unknown color: approx Portage. HEX triplet: 81, 92 and CB. RGB value is (129,146,203). Sum of RGB (Red+Green+Blue) = 129+146+203=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #8192CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8192CB is #7E6D34. Grayscale: #939393. Windows color (decimal): -8285493 or 13341313. OLE color: 13341313.

HSL color Cylindrical-coordinate representation of color #8192CB: hue angle of 226.22º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8192CB is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129146203-
CMYK0.360.2800.20
HSL226.22º41.57%65.1%-
HSV(B)226.22º36.45%79.61%-
XYZ30.1129.5460.61-
YUV147.42159.37114.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.99%
GREEN value IS 146 (57.42% from 255) = 30.54%
BLUE value IS 203 (79.69% from 255) = 42.47%
R=26.99%
G=30.54%
B=42.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291462030.360.2800.20226.2241.5765.1
Hex8192CB241C014e22a41
Octal201222313443402434252101
Binary10000001100100101100101110010011100010100111000101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8192CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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