Html Css Color HEX #8495E8 Portage

📋 copy color: '#8495E8'

red 132 ◦ green 149 ◦ blue 232

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

Shades of Portage #8495E8

Tints of Portage #8495E8

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.04%

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

R = 25.73%
G = 29.04%
B = 45.22%

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

#8495E8 (or 0x8495E8) is known color: Portage. HEX triplet: 84, 95 and E8. RGB value is (132,149,232). Sum of RGB (Red+Green+Blue) = 132+149+232=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 232 - color contains mainly: blue. Hex color #8495E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8495E8 is #7B6A17. Grayscale: #999999. Windows color (decimal): -8088088 or 15242628. OLE color: 15242628.

HSL color Cylindrical-coordinate representation of color #8495E8: hue angle of 229.8º 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 #8495E8 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 132 149 232 -
CMYK 0.43 0.36 0 0.09
HSL 229.8º 0.68% 0.71% -
HSV(B) 229.8º 0.43% 0.91% -
XYZ 34.83 32.23 80.73 -
YUV 153.38 172.37 112.75 -
System Red Green Blue C M Y K H S L
Decimal 132 149 232 0.43 0.36 0 0.09 229.8 0.68 0.71
Hex 84 95 E8 2B 24 0 9 E6 44 47
Octal 204 225 350 53 44 0 11 346 104 107
Binary 10000100 10010101 11101000 101011 100100 0 1001 11100110 1000100 1000111

Color Harmonies of #8495E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8495E8

Black with #8495E8

Text Example


Text Example

White with #8495E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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