#8292CE

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

Shades of Portage #8292CE

Tints of Portage #8292CE

Color information

#8292CE (or 0x8292CE) is unknown color: approx Portage. HEX triplet: 82, 92 and CE. RGB value is (130,146,206). Sum of RGB (Red+Green+Blue) = 130+146+206=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #8292CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8292CE is #7D6D31. Grayscale: #939393. Windows color (decimal): -8219954 or 13537922. OLE color: 13537922.

HSL color Cylindrical-coordinate representation of color #8292CE: hue angle of 227.37º 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 #8292CE is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB130146206-
CMYK0.370.2900.19
HSL227.37º43.68%65.88%-
HSV(B)227.37º36.89%80.78%-
XYZ30.6329.7662.52-
YUV148.06160.7115.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.97%
GREEN value IS 146 (57.42% from 255) = 30.29%
BLUE value IS 206 (80.86% from 255) = 42.74%
R=26.97%
G=30.29%
B=42.74%

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
Decimal1301462060.370.2900.19227.3743.6865.88
Hex8292CE251D013e32c42
Octal202222316453502334354102
Binary10000010100100101100111010010111101010011111000111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8292CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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