Html Css Color HEX #8497EA Portage

📋 copy color: '#8497EA'

red 132 ◦ green 151 ◦ blue 234

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

Shades of Portage #8497EA

Tints of Portage #8497EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.26%

R = 25.53%
G = 29.21%
B = 45.26%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8497EA (or 0x8497EA) is known color: Portage. HEX triplet: 84, 97 and EA. RGB value is (132,151,234). Sum of RGB (Red+Green+Blue) = 132+151+234=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #8497EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8497EA is #7B6815. Grayscale: #9A9A9A. Windows color (decimal): -8087574 or 15374212. OLE color: 15374212.

HSL color Cylindrical-coordinate representation of color #8497EA: hue angle of 228.82º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8497EA is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 151 234 -
CMYK 0.44 0.35 0 0.08
HSL 228.82º 0.71% 0.72% -
HSV(B) 228.82º 0.44% 0.92% -
XYZ 35.43 32.98 82.34 -
YUV 154.78 172.71 111.75 -
System Red Green Blue C M Y K H S L
Decimal 132 151 234 0.44 0.35 0 0.08 228.82 0.71 0.72
Hex 84 97 EA 2C 23 0 8 E5 47 48
Octal 204 227 352 54 43 0 10 345 107 110
Binary 10000100 10010111 11101010 101100 100011 0 1000 11100101 1000111 1001000

Color Harmonies of #8497EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8497EA

Black with #8497EA

Text Example


Text Example

White with #8497EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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