Html Css Color HEX #8997CC Portage

📋 copy color: '#8997CC'

red 137 ◦ green 151 ◦ blue 204

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

Shades of Portage #8997CC

Tints of Portage #8997CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 27.85%
G = 30.69%
B = 41.46%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8997CC (or 0x8997CC) is known color: Portage. HEX triplet: 89, 97 and CC. RGB value is (137,151,204). Sum of RGB (Red+Green+Blue) = 137+151+204=492 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.85% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #8997CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997CC is #766833. Grayscale: #989898. Windows color (decimal): -7759924 or 13408137. OLE color: 13408137.

HSL color Cylindrical-coordinate representation of color #8997CC: hue angle of 227.46º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8997CC is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 151 204 -
CMYK 0.33 0.26 0 0.2
HSL 227.46º 0.4% 0.67% -
HSV(B) 227.46º 0.33% 0.8% -
XYZ 32.28 31.81 61.57 -
YUV 152.86 156.86 116.69 -
System Red Green Blue C M Y K H S L
Decimal 137 151 204 0.33 0.26 0 0.2 227.46 0.4 0.67
Hex 89 97 CC 21 1A 0 14 E3 28 43
Octal 211 227 314 41 32 0 24 343 50 103
Binary 10001001 10010111 11001100 100001 11010 0 10100 11100011 101000 1000011

Color Harmonies of #8997CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8997CC

Black with #8997CC

Text Example


Text Example

White with #8997CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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