Html Css Color HEX #8499EE Portage

📋 copy color: '#8499EE'

red 132 ◦ green 153 ◦ blue 238

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

Shades of Portage #8499EE

Tints of Portage #8499EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.51%

R = 25.24%
G = 29.25%
B = 45.51%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8499EE (or 0x8499EE) is known color: Portage. HEX triplet: 84, 99 and EE. RGB value is (132,153,238). Sum of RGB (Red+Green+Blue) = 132+153+238=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #8499EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8499EE is #7B6611. Grayscale: #9C9C9C. Windows color (decimal): -8087058 or 15636868. OLE color: 15636868.

HSL color Cylindrical-coordinate representation of color #8499EE: hue angle of 228.11º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8499EE is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 153 238 -
CMYK 0.45 0.36 0 0.07
HSL 228.11º 0.76% 0.73% -
HSV(B) 228.11º 0.45% 0.93% -
XYZ 36.34 33.86 85.51 -
YUV 156.41 174.04 110.59 -
System Red Green Blue C M Y K H S L
Decimal 132 153 238 0.45 0.36 0 0.07 228.11 0.76 0.73
Hex 84 99 EE 2D 24 0 7 E4 4C 49
Octal 204 231 356 55 44 0 7 344 114 111
Binary 10000100 10011001 11101110 101101 100100 0 111 11100100 1001100 1001001

Color Harmonies of #8499EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8499EE

Black with #8499EE

Text Example


Text Example

White with #8499EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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