Html Css Color HEX #8491EE Portage

📋 copy color: '#8491EE'

red 132 ◦ green 145 ◦ blue 238

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

Shades of Portage #8491EE

Tints of Portage #8491EE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.16%

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

R = 25.63%
G = 28.16%
B = 46.21%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8491EE (or 0x8491EE) is known color: Portage. HEX triplet: 84, 91 and EE. RGB value is (132,145,238). Sum of RGB (Red+Green+Blue) = 132+145+238=515 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.63% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #8491EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8491EE is #7B6E11. Grayscale: #979797. Windows color (decimal): -8089106 or 15634820. OLE color: 15634820.

HSL color Cylindrical-coordinate representation of color #8491EE: hue angle of 232.64º 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 #8491EE is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 145 238 -
CMYK 0.45 0.39 0 0.07
HSL 232.64º 0.76% 0.73% -
HSV(B) 232.64º 0.45% 0.93% -
XYZ 35.07 31.33 85.09 -
YUV 151.72 176.69 113.94 -
System Red Green Blue C M Y K H S L
Decimal 132 145 238 0.45 0.39 0 0.07 232.64 0.76 0.73
Hex 84 91 EE 2D 27 0 7 E9 4C 49
Octal 204 221 356 55 47 0 7 351 114 111
Binary 10000100 10010001 11101110 101101 100111 0 111 11101001 1001100 1001001

Color Harmonies of #8491EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8491EE

Black with #8491EE

Text Example


Text Example

White with #8491EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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