#8499df

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

Shades of Portage #8499DF

Tints of Portage #8499DF

Color information

#8499DF (or 0x8499DF) is unknown color: approx Portage. HEX triplet: 84, 99 and DF. RGB value is (132,153,223). Sum of RGB (Red+Green+Blue) = 132+153+223=508 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.98% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #8499DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8499DF is #7B6620. Grayscale: #9A9A9A. Windows color (decimal): -8087073 or 14653828. OLE color: 14653828.

HSL color Cylindrical-coordinate representation of color #8499DF: hue angle of 226.15º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8499DF is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132153223-
CMYK0.410.3100.13
HSL226.15º58.71%69.61%-
HSV(B)226.15º40.81%87.45%-
XYZ34.2333.0274.38-
YUV154.7166.54111.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.98%
GREEN value IS 153 (60.16% from 255) = 30.12%
BLUE value IS 223 (87.5% from 255) = 43.90%
R=25.98%
G=30.12%
B=43.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321532230.410.3100.13226.1558.7169.61
Hex8499DF291F0De23b46
Octal204231337513701534273106
Binary1000010010011001110111111010011111101101111000101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8499df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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