Html Css Color HEX #849AD9 Portage

📋 copy color: '#849AD9'

red 132 ◦ green 154 ◦ blue 217

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

Shades of Portage #849AD9

Tints of Portage #849AD9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.62%

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

R = 26.24%
G = 30.62%
B = 43.14%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#849AD9 (or 0x849AD9) is known color: Portage. HEX triplet: 84, 9A and D9. RGB value is (132,154,217). Sum of RGB (Red+Green+Blue) = 132+154+217=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 217 - color contains mainly: blue. Hex color #849AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849AD9 is #7B6526. Grayscale: #9A9A9A. Windows color (decimal): -8086823 or 14260868. OLE color: 14260868.

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

Color convert

RGB 132 154 217 -
CMYK 0.39 0.29 0 0.15
HSL 224.47º 0.53% 0.68% -
HSV(B) 224.47º 0.39% 0.85% -
XYZ 33.6 33.03 70.25 -
YUV 154.6 163.21 111.88 -
System Red Green Blue C M Y K H S L
Decimal 132 154 217 0.39 0.29 0 0.15 224.47 0.53 0.68
Hex 84 9A D9 27 1D 0 F E0 35 44
Octal 204 232 331 47 35 0 17 340 65 104
Binary 10000100 10011010 11011001 100111 11101 0 1111 11100000 110101 1000100

Color Harmonies of #849AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849AD9

Black with #849AD9

Text Example


Text Example

White with #849AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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