#8492D9

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

Shades of Portage #8492D9

Tints of Portage #8492D9

Color information

#8492D9 (or 0x8492D9) is unknown color: approx Portage. HEX triplet: 84, 92 and D9. RGB value is (132,146,217). Sum of RGB (Red+Green+Blue) = 132+146+217=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #8492D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8492D9 is #7B6D26. Grayscale: #959595. Windows color (decimal): -8088871 or 14258820. OLE color: 14258820.

HSL color Cylindrical-coordinate representation of color #8492D9: hue angle of 230.12º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8492D9 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132146217-
CMYK0.390.3300.15
HSL230.12º52.8%68.43%-
HSV(B)230.12º39.17%85.1%-
XYZ32.3230.4769.82-
YUV149.91165.86115.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.67%
GREEN value IS 146 (57.42% from 255) = 29.49%
BLUE value IS 217 (85.16% from 255) = 43.84%
R=26.67%
G=29.49%
B=43.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321462170.390.3300.15230.1252.868.43
Hex8492D927210Fe63544
Octal204222331474101734665104
Binary10000100100100101101100110011110000101111111001101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8492D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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