#8A92CE

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

Shades of Portage #8A92CE

Tints of Portage #8A92CE

Color information

#8A92CE (or 0x8A92CE) is unknown color: approx Portage. HEX triplet: 8A, 92 and CE. RGB value is (138,146,206). Sum of RGB (Red+Green+Blue) = 138+146+206=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A92CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A92CE is #756D31. Grayscale: #969696. Windows color (decimal): -7695666 or 13537930. OLE color: 13537930.

HSL color Cylindrical-coordinate representation of color #8A92CE: hue angle of 232.94º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A92CE is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB138146206-
CMYK0.330.2900.19
HSL232.94º40.96%67.45%-
HSV(B)232.94º33.01%80.78%-
XYZ31.930.4262.58-
YUV150.45159.35119.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.16%
GREEN value IS 146 (57.42% from 255) = 29.80%
BLUE value IS 206 (80.86% from 255) = 42.04%
R=28.16%
G=29.80%
B=42.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381462060.330.2900.19232.9440.9667.45
Hex8A92CE211D013e92943
Octal212222316413502335151103
Binary10001010100100101100111010000111101010011111010011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A92CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A92CE; }

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

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

<style>
 a { background-color: #8A92CE; }

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

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

<style>
 span { border-color: #8A92CE; }

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

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