#8492DD

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

Shades of Portage #8492DD

Tints of Portage #8492DD

Color information

#8492DD (or 0x8492DD) is unknown color: approx Portage. HEX triplet: 84, 92 and DD. RGB value is (132,146,221). Sum of RGB (Red+Green+Blue) = 132+146+221=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #8492DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8492DD is #7B6D22. Grayscale: #969696. Windows color (decimal): -8088867 or 14520964. OLE color: 14520964.

HSL color Cylindrical-coordinate representation of color #8492DD: hue angle of 230.56º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8492DD is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132146221-
CMYK0.400.3400.13
HSL230.56º56.69%69.22%-
HSV(B)230.56º40.27%86.67%-
XYZ32.8530.6872.6-
YUV150.36167.86114.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.45%
GREEN value IS 146 (57.42% from 255) = 29.26%
BLUE value IS 221 (86.72% from 255) = 44.29%
R=26.45%
G=29.26%
B=44.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321462210.400.3400.13230.5656.6969.22
Hex8492DD28220De73945
Octal204222335504201534771105
Binary10000100100100101101110110100010001001101111001111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8492DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8492DD; }

 p { color: rgb(132,146,221); }

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

<style>
 a { background-color: #8492DD; }

 a { background-color: rgb(132,146,221); }

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

<style>
 span { border-color: #8492DD; }

 span { border-color: rgb(132,146,221); }

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