#8492D5

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

Shades of Portage #8492D5

Tints of Portage #8492D5

Color information

#8492D5 (or 0x8492D5) is unknown color: approx Portage. HEX triplet: 84, 92 and D5. RGB value is (132,146,213). Sum of RGB (Red+Green+Blue) = 132+146+213=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #8492D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8492D5 is #7B6D2A. Grayscale: #959595. Windows color (decimal): -8088875 or 13996676. OLE color: 13996676.

HSL color Cylindrical-coordinate representation of color #8492D5: hue angle of 229.63º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8492D5 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB132146213-
CMYK0.380.3100.16
HSL229.63º49.09%67.65%-
HSV(B)229.63º38.03%83.53%-
XYZ31.830.2767.12-
YUV149.45163.86115.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.88%
GREEN value IS 146 (57.42% from 255) = 29.74%
BLUE value IS 213 (83.59% from 255) = 43.38%
R=26.88%
G=29.74%
B=43.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1321462130.380.3100.16229.6349.0967.65
Hex8492D5261F010e63144
Octal204222325463702034661104
Binary10000100100100101101010110011011111010000111001101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8492D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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