Html Css Color HEX #8499D7 Portage

📋 copy color: '#8499D7'

red 132 ◦ green 153 ◦ blue 215

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

Shades of Portage #8499D7

Tints of Portage #8499D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43%

R = 26.4%
G = 30.6%
B = 43%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8499D7 (or 0x8499D7) is known color: Portage. HEX triplet: 84, 99 and D7. RGB value is (132,153,215). Sum of RGB (Red+Green+Blue) = 132+153+215=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 215 - color contains mainly: blue. Hex color #8499D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8499D7 is #7B6628. Grayscale: #999999. Windows color (decimal): -8087081 or 14129540. OLE color: 14129540.

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

Color convert

RGB 132 153 215 -
CMYK 0.39 0.29 0 0.16
HSL 224.82º 0.51% 0.68% -
HSV(B) 224.82º 0.39% 0.84% -
XYZ 33.17 32.59 68.83 -
YUV 153.79 162.54 112.46 -
System Red Green Blue C M Y K H S L
Decimal 132 153 215 0.39 0.29 0 0.16 224.82 0.51 0.68
Hex 84 99 D7 27 1D 0 10 E1 33 44
Octal 204 231 327 47 35 0 20 341 63 104
Binary 10000100 10011001 11010111 100111 11101 0 10000 11100001 110011 1000100

Color Harmonies of #8499D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8499D7

Black with #8499D7

Text Example


Text Example

White with #8499D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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