Html Css Color HEX #897DAB Deluge

📋 copy color: '#897DAB'

red 137 ◦ green 125 ◦ blue 171

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

Shades of Deluge #897DAB

Tints of Deluge #897DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.87%

 BLUE value IS 171 (67.19% from 255) = 39.49%

R = 31.64%
G = 28.87%
B = 39.49%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#897DAB (or 0x897DAB) is known color: Deluge. HEX triplet: 89, 7D and AB. RGB value is (137,125,171). Sum of RGB (Red+Green+Blue) = 137+125+171=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #897DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897DAB is #768254. Grayscale: #858585. Windows color (decimal): -7766613 or 11238793. OLE color: 11238793.

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

Color convert

RGB 137 125 171 -
CMYK 0.20 0.27 0 0.33
HSL 255.65º 0.21% 0.58% -
HSV(B) 255.65º 0.27% 0.67% -
XYZ 25 22.93 41.64 -
YUV 133.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 137 125 171 0.20 0.27 0 0.33 255.65 0.21 0.58
Hex 89 7D AB 14 1B 0 21 100 15 3A
Octal 211 175 253 24 33 0 41 400 25 72
Binary 10001001 1111101 10101011 10100 11011 0 100001 100000000 10101 111010

Color Harmonies of #897DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897DAB

Black with #897DAB

Text Example


Text Example

White with #897DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,125,171); }

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

background-color css

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

 a { background-color: rgb(137,125,171); }

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

border-color css

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

 span { border-color: rgb(137,125,171); }

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