Html Css Color HEX #8497DB Portage

📋 copy color: '#8497DB'

red 132 ◦ green 151 ◦ blue 219

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

Shades of Portage #8497DB

Tints of Portage #8497DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 26.29%
G = 30.08%
B = 43.63%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8497DB (or 0x8497DB) is known color: Portage. HEX triplet: 84, 97 and DB. RGB value is (132,151,219). Sum of RGB (Red+Green+Blue) = 132+151+219=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #8497DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8497DB is #7B6824. Grayscale: #989898. Windows color (decimal): -8087589 or 14391172. OLE color: 14391172.

HSL color Cylindrical-coordinate representation of color #8497DB: hue angle of 226.9º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8497DB is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 151 219 -
CMYK 0.40 0.31 0 0.14
HSL 226.9º 0.55% 0.69% -
HSV(B) 226.9º 0.4% 0.86% -
XYZ 33.37 32.15 71.47 -
YUV 153.07 165.21 112.97 -
System Red Green Blue C M Y K H S L
Decimal 132 151 219 0.40 0.31 0 0.14 226.9 0.55 0.69
Hex 84 97 DB 28 1F 0 E E3 37 45
Octal 204 227 333 50 37 0 16 343 67 105
Binary 10000100 10010111 11011011 101000 11111 0 1110 11100011 110111 1000101

Color Harmonies of #8497DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8497DB

Black with #8497DB

Text Example


Text Example

White with #8497DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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