#849EDA

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

Shades of Portage #849EDA

Tints of Portage #849EDA

Color information

#849EDA (or 0x849EDA) is unknown color: approx Portage. HEX triplet: 84, 9E and DA. RGB value is (132,158,218). Sum of RGB (Red+Green+Blue) = 132+158+218=508 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.98% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #849EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849EDA is #7B6125. Grayscale: #9C9C9C. Windows color (decimal): -8085798 or 14327428. OLE color: 14327428.

HSL color Cylindrical-coordinate representation of color #849EDA: hue angle of 221.86º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #849EDA is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132158218-
CMYK0.390.2800.15
HSL221.86º53.75%68.63%-
HSV(B)221.86º39.45%85.49%-
XYZ34.434.4271.16-
YUV157.07162.39110.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.98%
GREEN value IS 158 (62.11% from 255) = 31.10%
BLUE value IS 218 (85.55% from 255) = 42.91%
R=25.98%
G=31.10%
B=42.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321582180.390.2800.15221.8653.7568.63
Hex849EDA271C0Fde3645
Octal204236332473401733666105
Binary1000010010011110110110101001111110001111110111101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,158,218); }

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

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

 a { background-color: rgb(132,158,218); }

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

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

 span { border-color: rgb(132,158,218); }

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