#8992DB

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

Shades of Portage #8992DB

Tints of Portage #8992DB

Color information

#8992DB (or 0x8992DB) is unknown color: approx Portage. HEX triplet: 89, 92 and DB. RGB value is (137,146,219). Sum of RGB (Red+Green+Blue) = 137+146+219=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #8992DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8992DB is #766D24. Grayscale: #979797. Windows color (decimal): -7761189 or 14389897. OLE color: 14389897.

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

Color convert

RGB137146219-
CMYK0.370.3300.14
HSL233.41º53.25%69.8%-
HSV(B)233.41º37.44%85.88%-
XYZ33.3830.9971.24-
YUV151.63166.02117.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.29%
GREEN value IS 146 (57.42% from 255) = 29.08%
BLUE value IS 219 (85.94% from 255) = 43.63%
R=27.29%
G=29.08%
B=43.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371462190.370.3300.14233.4153.2569.8
Hex8992DB25210Ee93546
Octal211222333454101635165106
Binary10001001100100101101101110010110000101110111010011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8992DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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