#8992D1

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

Shades of Portage #8992D1

Tints of Portage #8992D1

Color information

#8992D1 (or 0x8992D1) is unknown color: approx Portage. HEX triplet: 89, 92 and D1. RGB value is (137,146,209). Sum of RGB (Red+Green+Blue) = 137+146+209=492 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.85% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #8992D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8992D1 is #766D2E. Grayscale: #969696. Windows color (decimal): -7761199 or 13734537. OLE color: 13734537.

HSL color Cylindrical-coordinate representation of color #8992D1: hue angle of 232.5º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8992D1 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB137146209-
CMYK0.340.3000.18
HSL232.5º43.9%67.84%-
HSV(B)232.5º34.45%81.96%-
XYZ32.130.4864.51-
YUV150.49161.02118.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.85%
GREEN value IS 146 (57.42% from 255) = 29.67%
BLUE value IS 209 (82.03% from 255) = 42.48%
R=27.85%
G=29.67%
B=42.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1371462090.340.3000.18232.543.967.84
Hex8992D1221E012e82c44
Octal211222321423602235054104
Binary10001001100100101101000110001011110010010111010001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8992D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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