Html Css Color HEX #897DAD Deluge

📋 copy color: '#897DAD'

red 137 ◦ green 125 ◦ blue 173

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

Shades of Deluge #897DAD

Tints of Deluge #897DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.77%

R = 31.49%
G = 28.74%
B = 39.77%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#897DAD (or 0x897DAD) is known color: Deluge. HEX triplet: 89, 7D and AD. RGB value is (137,125,173). Sum of RGB (Red+Green+Blue) = 137+125+173=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #897DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897DAD is #768252. Grayscale: #858585. Windows color (decimal): -7766611 or 11369865. OLE color: 11369865.

HSL color Cylindrical-coordinate representation of color #897DAD: hue angle of 255º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #897DAD is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 137 125 173 -
CMYK 0.21 0.28 0 0.32
HSL 255º 0.23% 0.58% -
HSV(B) 255º 0.28% 0.68% -
XYZ 25.19 23 42.65 -
YUV 134.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 137 125 173 0.21 0.28 0 0.32 255 0.23 0.58
Hex 89 7D AD 15 1C 0 20 FF 17 3A
Octal 211 175 255 25 34 0 40 377 27 72
Binary 10001001 1111101 10101101 10101 11100 0 100000 11111111 10111 111010

Color Harmonies of #897DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897DAD

Black with #897DAD

Text Example


Text Example

White with #897DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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