#8192CE

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

Shades of Portage #8192CE

Tints of Portage #8192CE

Color information

#8192CE (or 0x8192CE) is unknown color: approx Portage. HEX triplet: 81, 92 and CE. RGB value is (129,146,206). Sum of RGB (Red+Green+Blue) = 129+146+206=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #8192CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8192CE is #7E6D31. Grayscale: #939393. Windows color (decimal): -8285490 or 13537921. OLE color: 13537921.

HSL color Cylindrical-coordinate representation of color #8192CE: hue angle of 226.75º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8192CE is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB129146206-
CMYK0.370.2900.19
HSL226.75º44%65.69%-
HSV(B)226.75º37.38%80.78%-
XYZ30.4729.6862.52-
YUV147.76160.87114.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.82%
GREEN value IS 146 (57.42% from 255) = 30.35%
BLUE value IS 206 (80.86% from 255) = 42.83%
R=26.82%
G=30.35%
B=42.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1291462060.370.2900.19226.754465.69
Hex8192CE251D013e32c42
Octal201222316453502334354102
Binary10000001100100101100111010010111101010011111000111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8192CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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