Html Css Color HEX #8499D5 Portage

📋 copy color: '#8499D5'

red 132 ◦ green 153 ◦ blue 213

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

Shades of Portage #8499D5

Tints of Portage #8499D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.77%

R = 26.51%
G = 30.72%
B = 42.77%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8499D5 (or 0x8499D5) is known color: Portage. HEX triplet: 84, 99 and D5. RGB value is (132,153,213). Sum of RGB (Red+Green+Blue) = 132+153+213=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #8499D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8499D5 is #7B662A. Grayscale: #999999. Windows color (decimal): -8087083 or 13998468. OLE color: 13998468.

HSL color Cylindrical-coordinate representation of color #8499D5: hue angle of 224.44º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8499D5 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 153 213 -
CMYK 0.38 0.28 0 0.16
HSL 224.44º 0.49% 0.68% -
HSV(B) 224.44º 0.38% 0.84% -
XYZ 32.92 32.49 67.49 -
YUV 153.56 161.54 112.62 -
System Red Green Blue C M Y K H S L
Decimal 132 153 213 0.38 0.28 0 0.16 224.44 0.49 0.68
Hex 84 99 D5 26 1C 0 10 E0 31 44
Octal 204 231 325 46 34 0 20 340 61 104
Binary 10000100 10011001 11010101 100110 11100 0 10000 11100000 110001 1000100

Color Harmonies of #8499D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8499D5

Black with #8499D5

Text Example


Text Example

White with #8499D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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