Html Css Color HEX #8997DC Portage

📋 copy color: '#8997DC'

red 137 ◦ green 151 ◦ blue 220

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

Shades of Portage #8997DC

Tints of Portage #8997DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.31%

R = 26.97%
G = 29.72%
B = 43.31%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8997DC (or 0x8997DC) is known color: Portage. HEX triplet: 89, 97 and DC. RGB value is (137,151,220). Sum of RGB (Red+Green+Blue) = 137+151+220=508 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.97% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #8997DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997DC is #766823. Grayscale: #9A9A9A. Windows color (decimal): -7759908 or 14456713. OLE color: 14456713.

HSL color Cylindrical-coordinate representation of color #8997DC: hue angle of 229.88º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8997DC is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 151 220 -
CMYK 0.38 0.31 0 0.14
HSL 229.88º 0.54% 0.7% -
HSV(B) 229.88º 0.38% 0.86% -
XYZ 34.3 32.62 72.2 -
YUV 154.68 164.86 115.39 -
System Red Green Blue C M Y K H S L
Decimal 137 151 220 0.38 0.31 0 0.14 229.88 0.54 0.7
Hex 89 97 DC 26 1F 0 E E6 36 46
Octal 211 227 334 46 37 0 16 346 66 106
Binary 10001001 10010111 11011100 100110 11111 0 1110 11100110 110110 1000110

Color Harmonies of #8997DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8997DC

Black with #8997DC

Text Example


Text Example

White with #8997DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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