Html Css Color HEX #8497EC Portage

📋 copy color: '#8497EC'

red 132 ◦ green 151 ◦ blue 236

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

Shades of Portage #8497EC

Tints of Portage #8497EC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.09%

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 25.43%
G = 29.09%
B = 45.47%

CMYK

 C value IS 0.44

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8497EC (or 0x8497EC) is known color: Portage. HEX triplet: 84, 97 and EC. RGB value is (132,151,236). Sum of RGB (Red+Green+Blue) = 132+151+236=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #8497EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8497EC is #7B6813. Grayscale: #9A9A9A. Windows color (decimal): -8087572 or 15505284. OLE color: 15505284.

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

Color convert

RGB 132 151 236 -
CMYK 0.44 0.36 0 0.07
HSL 229.04º 0.73% 0.72% -
HSV(B) 229.04º 0.44% 0.93% -
XYZ 35.72 33.09 83.86 -
YUV 155.01 173.71 111.59 -
System Red Green Blue C M Y K H S L
Decimal 132 151 236 0.44 0.36 0 0.07 229.04 0.73 0.72
Hex 84 97 EC 2C 24 0 7 E5 49 48
Octal 204 227 354 54 44 0 7 345 111 110
Binary 10000100 10010111 11101100 101100 100100 0 111 11100101 1001001 1001000

Color Harmonies of #8497EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8497EC

Black with #8497EC

Text Example


Text Example

White with #8497EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8497EC; }

 p { color: rgb(132,151,236); }

 H1.HeaderClassName
 {
   color: #8497EC;
 }
 .AnyTagClassName
 {
   color: #8497EC;
 }
</style>

background-color css

<style>
 a { background-color: #8497EC; }

 a { background-color: rgb(132,151,236); }

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

border-color css

<style>
 span { border-color: #8497EC; }

 span { border-color: rgb(132,151,236); }

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