#849FD9

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

Shades of Portage #849FD9

Tints of Portage #849FD9

Color information

#849FD9 (or 0x849FD9) is unknown color: approx Portage. HEX triplet: 84, 9F and D9. RGB value is (132,159,217). Sum of RGB (Red+Green+Blue) = 132+159+217=508 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.98% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 217 (85.16% from 255 or 42.72% from 508); Max value from RGB is 217 - color contains mainly: blue. Hex color #849FD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FD9 is #7B6026. Grayscale: #9D9D9D. Windows color (decimal): -8085543 or 14262148. OLE color: 14262148.

HSL color Cylindrical-coordinate representation of color #849FD9: hue angle of 220.94º 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 #849FD9 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132159217-
CMYK0.390.2700.15
HSL220.94º52.8%68.43%-
HSV(B)220.94º39.17%85.1%-
XYZ34.4434.7170.53-
YUV157.54161.55109.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.98%
GREEN value IS 159 (62.5% from 255) = 31.30%
BLUE value IS 217 (85.16% from 255) = 42.72%
R=25.98%
G=31.30%
B=42.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321592170.390.2700.15220.9452.868.43
Hex849FD9271B0Fdd3544
Octal204237331473301733565104
Binary1000010010011111110110011001111101101111110111011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849FD9; }

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

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

<style>
 a { background-color: #849FD9; }

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

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

<style>
 span { border-color: #849FD9; }

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

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