Html Css Color HEX #849DD9 Portage

📋 copy color: '#849DD9'

red 132 ◦ green 157 ◦ blue 217

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

Shades of Portage #849DD9

Tints of Portage #849DD9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.03%

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

R = 26.09%
G = 31.03%
B = 42.89%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#849DD9 (or 0x849DD9) is known color: Portage. HEX triplet: 84, 9D and D9. RGB value is (132,157,217). Sum of RGB (Red+Green+Blue) = 132+157+217=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #849DD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DD9 is #7B6226. Grayscale: #9C9C9C. Windows color (decimal): -8086055 or 14261636. OLE color: 14261636.

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

Color convert

RGB 132 157 217 -
CMYK 0.39 0.28 0 0.15
HSL 222.35º 0.53% 0.68% -
HSV(B) 222.35º 0.39% 0.85% -
XYZ 34.1 34.03 70.42 -
YUV 156.37 162.22 110.62 -
System Red Green Blue C M Y K H S L
Decimal 132 157 217 0.39 0.28 0 0.15 222.35 0.53 0.68
Hex 84 9D D9 27 1C 0 F DE 35 44
Octal 204 235 331 47 34 0 17 336 65 104
Binary 10000100 10011101 11011001 100111 11100 0 1111 11011110 110101 1000100

Color Harmonies of #849DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849DD9

Black with #849DD9

Text Example


Text Example

White with #849DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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