Html Css Color HEX #8499D9 Portage

📋 copy color: '#8499D9'

red 132 ◦ green 153 ◦ blue 217

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

Shades of Portage #8499D9

Tints of Portage #8499D9

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.48%

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

R = 26.29%
G = 30.48%
B = 43.23%

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

#8499D9 (or 0x8499D9) is known color: Portage. HEX triplet: 84, 99 and D9. RGB value is (132,153,217). Sum of RGB (Red+Green+Blue) = 132+153+217=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 217 - color contains mainly: blue. Hex color #8499D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8499D9 is #7B6626. Grayscale: #999999. Windows color (decimal): -8087079 or 14260612. OLE color: 14260612.

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

Color convert

RGB 132 153 217 -
CMYK 0.39 0.29 0 0.15
HSL 225.18º 0.53% 0.68% -
HSV(B) 225.18º 0.39% 0.85% -
XYZ 33.43 32.7 70.19 -
YUV 154.02 163.54 112.3 -
System Red Green Blue C M Y K H S L
Decimal 132 153 217 0.39 0.29 0 0.15 225.18 0.53 0.68
Hex 84 99 D9 27 1D 0 F E1 35 44
Octal 204 231 331 47 35 0 17 341 65 104
Binary 10000100 10011001 11011001 100111 11101 0 1111 11100001 110101 1000100

Color Harmonies of #8499D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8499D9

Black with #8499D9

Text Example


Text Example

White with #8499D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8499D9; }

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

 H1.HeaderClassName
 {
   color: #8499D9;
 }
 .AnyTagClassName
 {
   color: #8499D9;
 }
</style>

background-color css

<style>
 a { background-color: #8499D9; }

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

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

border-color css

<style>
 span { border-color: #8499D9; }

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

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