Html Css Color HEX #8494E8 Portage

📋 copy color: '#8494E8'

red 132 ◦ green 148 ◦ blue 232

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

Shades of Portage #8494E8

Tints of Portage #8494E8

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.91%

 BLUE value IS 232 (91.02% from 255) = 45.31%

R = 25.78%
G = 28.91%
B = 45.31%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8494E8 (or 0x8494E8) is known color: Portage. HEX triplet: 84, 94 and E8. RGB value is (132,148,232). Sum of RGB (Red+Green+Blue) = 132+148+232=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 232 (91.02% from 255 or 45.31% from 512); Max value from RGB is 232 - color contains mainly: blue. Hex color #8494E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8494E8 is #7B6B17. Grayscale: #989898. Windows color (decimal): -8088344 or 15242372. OLE color: 15242372.

HSL color Cylindrical-coordinate representation of color #8494E8: hue angle of 230.4º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8494E8 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 132 148 232 -
CMYK 0.43 0.36 0 0.09
HSL 230.4º 0.68% 0.71% -
HSV(B) 230.4º 0.43% 0.91% -
XYZ 34.67 31.91 80.68 -
YUV 152.79 172.7 113.17 -
System Red Green Blue C M Y K H S L
Decimal 132 148 232 0.43 0.36 0 0.09 230.4 0.68 0.71
Hex 84 94 E8 2B 24 0 9 E6 44 47
Octal 204 224 350 53 44 0 11 346 104 107
Binary 10000100 10010100 11101000 101011 100100 0 1001 11100110 1000100 1000111

Color Harmonies of #8494E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8494E8

Black with #8494E8

Text Example


Text Example

White with #8494E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8494E8; }

 p { color: rgb(132,148,232); }

 H1.HeaderClassName
 {
   color: #8494E8;
 }
 .AnyTagClassName
 {
   color: #8494E8;
 }
</style>

background-color css

<style>
 a { background-color: #8494E8; }

 a { background-color: rgb(132,148,232); }

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

border-color css

<style>
 span { border-color: #8494E8; }

 span { border-color: rgb(132,148,232); }

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