Html Css Color HEX #8497DD Portage

📋 copy color: '#8497DD'

red 132 ◦ green 151 ◦ blue 221

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

Shades of Portage #8497DD

Tints of Portage #8497DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 26.19%
G = 29.96%
B = 43.85%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8497DD (or 0x8497DD) is known color: Portage. HEX triplet: 84, 97 and DD. RGB value is (132,151,221). Sum of RGB (Red+Green+Blue) = 132+151+221=504 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.19% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #8497DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8497DD is #7B6822. Grayscale: #999999. Windows color (decimal): -8087587 or 14522244. OLE color: 14522244.

HSL color Cylindrical-coordinate representation of color #8497DD: hue angle of 227.19º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8497DD is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 151 221 -
CMYK 0.40 0.32 0 0.13
HSL 227.19º 0.57% 0.69% -
HSV(B) 227.19º 0.4% 0.87% -
XYZ 33.63 32.26 72.86 -
YUV 153.3 166.21 112.81 -
System Red Green Blue C M Y K H S L
Decimal 132 151 221 0.40 0.32 0 0.13 227.19 0.57 0.69
Hex 84 97 DD 28 20 0 D E3 39 45
Octal 204 227 335 50 40 0 15 343 71 105
Binary 10000100 10010111 11011101 101000 100000 0 1101 11100011 111001 1000101

Color Harmonies of #8497DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8497DD

Black with #8497DD

Text Example


Text Example

White with #8497DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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