#8499DC

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

Shades of Portage #8499DC

Tints of Portage #8499DC

Color information

#8499DC (or 0x8499DC) is unknown color: approx Portage. HEX triplet: 84, 99 and DC. RGB value is (132,153,220). Sum of RGB (Red+Green+Blue) = 132+153+220=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #8499DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8499DC is #7B6623. Grayscale: #9A9A9A. Windows color (decimal): -8087076 or 14457220. OLE color: 14457220.

HSL color Cylindrical-coordinate representation of color #8499DC: hue angle of 225.68º degrees, saturation: 0.56, 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 #8499DC is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132153220-
CMYK0.400.3000.14
HSL225.68º55.7%69.02%-
HSV(B)225.68º40%86.27%-
XYZ33.8332.8672.27-
YUV154.36165.04112.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.14%
GREEN value IS 153 (60.16% from 255) = 30.30%
BLUE value IS 220 (86.33% from 255) = 43.56%
R=26.14%
G=30.30%
B=43.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321532200.400.3000.14225.6855.769.02
Hex8499DC281E0Ee23845
Octal204231334503601634270105
Binary1000010010011001110111001010001111001110111000101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8499DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8499DC; }

 p { color: rgb(132,153,220); }

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

<style>
 a { background-color: #8499DC; }

 a { background-color: rgb(132,153,220); }

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

<style>
 span { border-color: #8499DC; }

 span { border-color: rgb(132,153,220); }

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