Html Css Color HEX #849ED9 Portage

📋 copy color: '#849ED9'

red 132 ◦ green 158 ◦ blue 217

#849ED9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #849ED9

Tints of Portage #849ED9

RGB

 RED value IS 132 (51.95% from 255) = 26.04%

 GREEN value IS 158 (62.11% from 255) = 31.16%

 BLUE value IS 217 (85.16% from 255) = 42.8%

R = 26.04%
G = 31.16%
B = 42.8%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#849ED9 (or 0x849ED9) is known color: Portage. HEX triplet: 84, 9E and D9. RGB value is (132,158,217). Sum of RGB (Red+Green+Blue) = 132+158+217=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 217 - color contains mainly: blue. Hex color #849ED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ED9 is #7B6126. Grayscale: #9C9C9C. Windows color (decimal): -8085799 or 14261892. OLE color: 14261892.

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

Color convert

RGB 132 158 217 -
CMYK 0.39 0.27 0 0.15
HSL 221.65º 0.53% 0.68% -
HSV(B) 221.65º 0.39% 0.85% -
XYZ 34.27 34.37 70.47 -
YUV 156.95 161.89 110.2 -
System Red Green Blue C M Y K H S L
Decimal 132 158 217 0.39 0.27 0 0.15 221.65 0.53 0.68
Hex 84 9E D9 27 1B 0 F DE 35 44
Octal 204 236 331 47 33 0 17 336 65 104
Binary 10000100 10011110 11011001 100111 11011 0 1111 11011110 110101 1000100

Color Harmonies of #849ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849ED9

Black with #849ED9

Text Example


Text Example

White with #849ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #849ED9;
 }
 .AnyTagClassName
 {
   color: #849ED9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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