Html Css Color HEX #897BAA Deluge

📋 copy color: '#897BAA'

red 137 ◦ green 123 ◦ blue 170

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

Shades of Deluge #897BAA

Tints of Deluge #897BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.6%

 BLUE value IS 170 (66.8% from 255) = 39.53%

R = 31.86%
G = 28.6%
B = 39.53%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#897BAA (or 0x897BAA) is known color: Deluge. HEX triplet: 89, 7B and AA. RGB value is (137,123,170). Sum of RGB (Red+Green+Blue) = 137+123+170=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #897BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897BAA is #768455. Grayscale: #848484. Windows color (decimal): -7767126 or 11172745. OLE color: 11172745.

HSL color Cylindrical-coordinate representation of color #897BAA: hue angle of 257.87º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #897BAA is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 123 170 -
CMYK 0.19 0.28 0 0.33
HSL 257.87º 0.22% 0.57% -
HSV(B) 257.87º 0.28% 0.67% -
XYZ 24.66 22.39 41.05 -
YUV 132.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 137 123 170 0.19 0.28 0 0.33 257.87 0.22 0.57
Hex 89 7B AA 13 1C 0 21 102 16 39
Octal 211 173 252 23 34 0 41 402 26 71
Binary 10001001 1111011 10101010 10011 11100 0 100001 100000010 10110 111001

Color Harmonies of #897BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897BAA

Black with #897BAA

Text Example


Text Example

White with #897BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,123,170); }

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

background-color css

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

 a { background-color: rgb(137,123,170); }

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

border-color css

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

 span { border-color: rgb(137,123,170); }

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