#8492DB

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

Shades of Portage #8492DB

Tints of Portage #8492DB

Color information

#8492DB (or 0x8492DB) is unknown color: approx Portage. HEX triplet: 84, 92 and DB. RGB value is (132,146,219). Sum of RGB (Red+Green+Blue) = 132+146+219=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #8492DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8492DB is #7B6D24. Grayscale: #959595. Windows color (decimal): -8088869 or 14389892. OLE color: 14389892.

HSL color Cylindrical-coordinate representation of color #8492DB: hue angle of 230.34º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8492DB is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132146219-
CMYK0.400.3300.14
HSL230.34º54.72%68.82%-
HSV(B)230.34º39.73%85.88%-
XYZ32.5830.5871.2-
YUV150.14166.86115.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.56%
GREEN value IS 146 (57.42% from 255) = 29.38%
BLUE value IS 219 (85.94% from 255) = 44.06%
R=26.56%
G=29.38%
B=44.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321462190.400.3300.14230.3454.7268.82
Hex8492DB28210Ee63745
Octal204222333504101634667105
Binary10000100100100101101101110100010000101110111001101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8492DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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