Html Css Color HEX #8497D6 Portage

📋 copy color: '#8497D6'

red 132 ◦ green 151 ◦ blue 214

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

Shades of Portage #8497D6

Tints of Portage #8497D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.06%

R = 26.56%
G = 30.38%
B = 43.06%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8497D6 (or 0x8497D6) is known color: Portage. HEX triplet: 84, 97 and D6. RGB value is (132,151,214). Sum of RGB (Red+Green+Blue) = 132+151+214=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 214 - color contains mainly: blue. Hex color #8497D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8497D6 is #7B6829. Grayscale: #989898. Windows color (decimal): -8087594 or 14063492. OLE color: 14063492.

HSL color Cylindrical-coordinate representation of color #8497D6: hue angle of 226.1º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8497D6 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 151 214 -
CMYK 0.38 0.29 0 0.16
HSL 226.1º 0.5% 0.68% -
HSV(B) 226.1º 0.38% 0.84% -
XYZ 32.72 31.89 68.05 -
YUV 152.5 162.71 113.38 -
System Red Green Blue C M Y K H S L
Decimal 132 151 214 0.38 0.29 0 0.16 226.1 0.5 0.68
Hex 84 97 D6 26 1D 0 10 E2 32 44
Octal 204 227 326 46 35 0 20 342 62 104
Binary 10000100 10010111 11010110 100110 11101 0 10000 11100010 110010 1000100

Color Harmonies of #8497D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8497D6

Black with #8497D6

Text Example


Text Example

White with #8497D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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