Html Css Color HEX #8997D7 Portage

📋 copy color: '#8997D7'

red 137 ◦ green 151 ◦ blue 215

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

Shades of Portage #8997D7

Tints of Portage #8997D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.74%

R = 27.24%
G = 30.02%
B = 42.74%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8997D7 (or 0x8997D7) is known color: Portage. HEX triplet: 89, 97 and D7. RGB value is (137,151,215). Sum of RGB (Red+Green+Blue) = 137+151+215=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #8997D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997D7 is #766828. Grayscale: #999999. Windows color (decimal): -7759913 or 14129033. OLE color: 14129033.

HSL color Cylindrical-coordinate representation of color #8997D7: hue angle of 229.23º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8997D7 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 137 151 215 -
CMYK 0.36 0.30 0 0.16
HSL 229.23º 0.49% 0.69% -
HSV(B) 229.23º 0.36% 0.84% -
XYZ 33.65 32.36 68.76 -
YUV 154.11 162.36 115.8 -
System Red Green Blue C M Y K H S L
Decimal 137 151 215 0.36 0.30 0 0.16 229.23 0.49 0.69
Hex 89 97 D7 24 1E 0 10 E5 31 45
Octal 211 227 327 44 36 0 20 345 61 105
Binary 10001001 10010111 11010111 100100 11110 0 10000 11100101 110001 1000101

Color Harmonies of #8997D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8997D7

Black with #8997D7

Text Example


Text Example

White with #8997D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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