Html Css Color HEX #8997DD Portage

📋 copy color: '#8997DD'

red 137 ◦ green 151 ◦ blue 221

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

Shades of Portage #8997DD

Tints of Portage #8997DD

RGB

 RED value IS 137 (53.91% from 255) = 26.92%

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

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

R = 26.92%
G = 29.67%
B = 43.42%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8997DD (or 0x8997DD) is known color: Portage. HEX triplet: 89, 97 and DD. RGB value is (137,151,221). Sum of RGB (Red+Green+Blue) = 137+151+221=509 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.92% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #8997DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997DD is #766822. Grayscale: #9A9A9A. Windows color (decimal): -7759907 or 14522249. OLE color: 14522249.

HSL color Cylindrical-coordinate representation of color #8997DD: hue angle of 230º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8997DD is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 151 221 -
CMYK 0.38 0.32 0 0.13
HSL 230º 0.55% 0.7% -
HSV(B) 230º 0.38% 0.87% -
XYZ 34.43 32.67 72.9 -
YUV 154.79 165.36 115.31 -
System Red Green Blue C M Y K H S L
Decimal 137 151 221 0.38 0.32 0 0.13 230 0.55 0.7
Hex 89 97 DD 26 20 0 D E6 37 46
Octal 211 227 335 46 40 0 15 346 67 106
Binary 10001001 10010111 11011101 100110 100000 0 1101 11100110 110111 1000110

Color Harmonies of #8997DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8997DD

Black with #8997DD

Text Example


Text Example

White with #8997DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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