Html Css Color HEX #897FAA Deluge

📋 copy color: '#897FAA'

red 137 ◦ green 127 ◦ blue 170

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

Shades of Deluge #897FAA

Tints of Deluge #897FAA

RGB

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

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

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

R = 31.57%
G = 29.26%
B = 39.17%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#897FAA (or 0x897FAA) is known color: Deluge. HEX triplet: 89, 7F and AA. RGB value is (137,127,170). Sum of RGB (Red+Green+Blue) = 137+127+170=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #897FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897FAA is #768055. Grayscale: #868686. Windows color (decimal): -7766102 or 11173769. OLE color: 11173769.

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

Color convert

RGB 137 127 170 -
CMYK 0.19 0.25 0 0.33
HSL 253.95º 0.2% 0.58% -
HSV(B) 253.95º 0.25% 0.67% -
XYZ 25.16 23.4 41.22 -
YUV 134.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 137 127 170 0.19 0.25 0 0.33 253.95 0.2 0.58
Hex 89 7F AA 13 19 0 21 FE 14 3A
Octal 211 177 252 23 31 0 41 376 24 72
Binary 10001001 1111111 10101010 10011 11001 0 100001 11111110 10100 111010

Color Harmonies of #897FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897FAA

Black with #897FAA

Text Example


Text Example

White with #897FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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