Html Css Color HEX #897FAC Deluge

📋 copy color: '#897FAC'

red 137 ◦ green 127 ◦ blue 172

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

Shades of Deluge #897FAC

Tints of Deluge #897FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 29.13%

 BLUE value IS 172 (67.58% from 255) = 39.45%

R = 31.42%
G = 29.13%
B = 39.45%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#897FAC (or 0x897FAC) is known color: Deluge. HEX triplet: 89, 7F and AC. RGB value is (137,127,172). Sum of RGB (Red+Green+Blue) = 137+127+172=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #897FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897FAC is #768053. Grayscale: #868686. Windows color (decimal): -7766100 or 11304841. OLE color: 11304841.

HSL color Cylindrical-coordinate representation of color #897FAC: hue angle of 253.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #897FAC is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 127 172 -
CMYK 0.20 0.26 0 0.33
HSL 253.33º 0.21% 0.59% -
HSV(B) 253.33º 0.26% 0.67% -
XYZ 25.35 23.48 42.22 -
YUV 135.12 148.81 129.34 -
System Red Green Blue C M Y K H S L
Decimal 137 127 172 0.20 0.26 0 0.33 253.33 0.21 0.59
Hex 89 7F AC 14 1A 0 21 FD 15 3B
Octal 211 177 254 24 32 0 41 375 25 73
Binary 10001001 1111111 10101100 10100 11010 0 100001 11111101 10101 111011

Color Harmonies of #897FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897FAC

Black with #897FAC

Text Example


Text Example

White with #897FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897FAC; }

 p { color: rgb(137,127,172); }

 H1.HeaderClassName
 {
   color: #897FAC;
 }
 .AnyTagClassName
 {
   color: #897FAC;
 }
</style>

background-color css

<style>
 a { background-color: #897FAC; }

 a { background-color: rgb(137,127,172); }

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

border-color css

<style>
 span { border-color: #897FAC; }

 span { border-color: rgb(137,127,172); }

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