Html Css Color HEX #8497DA Portage

📋 copy color: '#8497DA'

red 132 ◦ green 151 ◦ blue 218

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

Shades of Portage #8497DA

Tints of Portage #8497DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.51%

R = 26.35%
G = 30.14%
B = 43.51%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8497DA (or 0x8497DA) is known color: Portage. HEX triplet: 84, 97 and DA. RGB value is (132,151,218). Sum of RGB (Red+Green+Blue) = 132+151+218=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #8497DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8497DA is #7B6825. Grayscale: #989898. Windows color (decimal): -8087590 or 14325636. OLE color: 14325636.

HSL color Cylindrical-coordinate representation of color #8497DA: hue angle of 226.74º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8497DA is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 151 218 -
CMYK 0.39 0.31 0 0.15
HSL 226.74º 0.54% 0.69% -
HSV(B) 226.74º 0.39% 0.85% -
XYZ 33.24 32.1 70.77 -
YUV 152.96 164.71 113.05 -
System Red Green Blue C M Y K H S L
Decimal 132 151 218 0.39 0.31 0 0.15 226.74 0.54 0.69
Hex 84 97 DA 27 1F 0 F E3 36 45
Octal 204 227 332 47 37 0 17 343 66 105
Binary 10000100 10010111 11011010 100111 11111 0 1111 11100011 110110 1000101

Color Harmonies of #8497DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8497DA

Black with #8497DA

Text Example


Text Example

White with #8497DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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