#8992CC

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

Shades of Portage #8992CC

Tints of Portage #8992CC

Color information

#8992CC (or 0x8992CC) is unknown color: approx Portage. HEX triplet: 89, 92 and CC. RGB value is (137,146,204). Sum of RGB (Red+Green+Blue) = 137+146+204=487 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.13% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #8992CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8992CC is #766D33. Grayscale: #959595. Windows color (decimal): -7761204 or 13406857. OLE color: 13406857.

HSL color Cylindrical-coordinate representation of color #8992CC: hue angle of 231.94º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8992CC is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB137146204-
CMYK0.330.2800.2
HSL231.94º39.64%66.86%-
HSV(B)231.94º32.84%80%-
XYZ31.4930.2461.3-
YUV149.92158.52118.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.13%
GREEN value IS 146 (57.42% from 255) = 29.98%
BLUE value IS 204 (80.08% from 255) = 41.89%
R=28.13%
G=29.98%
B=41.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1371462040.330.2800.2231.9439.6466.86
Hex8992CC211C014e82843
Octal211222314413402435050103
Binary10001001100100101100110010000111100010100111010001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8992CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8992CC; }

 p { color: rgb(137,146,204); }

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

<style>
 a { background-color: #8992CC; }

 a { background-color: rgb(137,146,204); }

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

<style>
 span { border-color: #8992CC; }

 span { border-color: rgb(137,146,204); }

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