#8992DC

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

Shades of Portage #8992DC

Tints of Portage #8992DC

Color information

#8992DC (or 0x8992DC) is unknown color: approx Portage. HEX triplet: 89, 92 and DC. RGB value is (137,146,220). Sum of RGB (Red+Green+Blue) = 137+146+220=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #8992DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8992DC is #766D23. Grayscale: #979797. Windows color (decimal): -7761188 or 14455433. OLE color: 14455433.

HSL color Cylindrical-coordinate representation of color #8992DC: hue angle of 233.49º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8992DC is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137146220-
CMYK0.380.3400.14
HSL233.49º54.25%70%-
HSV(B)233.49º37.73%86.27%-
XYZ33.5131.0471.94-
YUV151.74166.52117.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.24%
GREEN value IS 146 (57.42% from 255) = 29.03%
BLUE value IS 220 (86.33% from 255) = 43.74%
R=27.24%
G=29.03%
B=43.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371462200.380.3400.14233.4954.2570
Hex8992DC26220Ee93646
Octal211222334464201635166106
Binary10001001100100101101110010011010001001110111010011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8992DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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