#8992CD

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

Shades of Portage #8992CD

Tints of Portage #8992CD

Color information

#8992CD (or 0x8992CD) is unknown color: approx Portage. HEX triplet: 89, 92 and CD. RGB value is (137,146,205). Sum of RGB (Red+Green+Blue) = 137+146+205=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #8992CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8992CD is #766D32. Grayscale: #959595. Windows color (decimal): -7761203 or 13472393. OLE color: 13472393.

HSL color Cylindrical-coordinate representation of color #8992CD: hue angle of 232.06º 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 #8992CD is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137146205-
CMYK0.330.2900.20
HSL232.06º40.48%67.06%-
HSV(B)232.06º33.17%80.39%-
XYZ31.6130.2861.94-
YUV150.04159.02118.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.07%
GREEN value IS 146 (57.42% from 255) = 29.92%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=28.07%
G=29.92%
B=42.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371462050.330.2900.20232.0640.4867.06
Hex8992CD211D014e82843
Octal211222315413502435050103
Binary10001001100100101100110110000111101010100111010001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8992CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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