Html Css Color HEX #8997CE Portage

📋 copy color: '#8997CE'

red 137 ◦ green 151 ◦ blue 206

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

Shades of Portage #8997CE

Tints of Portage #8997CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 27.73%
G = 30.57%
B = 41.7%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8997CE (or 0x8997CE) is known color: Portage. HEX triplet: 89, 97 and CE. RGB value is (137,151,206). Sum of RGB (Red+Green+Blue) = 137+151+206=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #8997CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997CE is #766831. Grayscale: #989898. Windows color (decimal): -7759922 or 13539209. OLE color: 13539209.

HSL color Cylindrical-coordinate representation of color #8997CE: hue angle of 227.83º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8997CE is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 151 206 -
CMYK 0.33 0.27 0 0.19
HSL 227.83º 0.41% 0.67% -
HSV(B) 227.83º 0.33% 0.81% -
XYZ 32.52 31.91 62.84 -
YUV 153.08 157.86 116.53 -
System Red Green Blue C M Y K H S L
Decimal 137 151 206 0.33 0.27 0 0.19 227.83 0.41 0.67
Hex 89 97 CE 21 1B 0 13 E4 29 43
Octal 211 227 316 41 33 0 23 344 51 103
Binary 10001001 10010111 11001110 100001 11011 0 10011 11100100 101001 1000011

Color Harmonies of #8997CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8997CE

Black with #8997CE

Text Example


Text Example

White with #8997CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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