Html Css Color HEX #897FAB Deluge

📋 copy color: '#897FAB'

red 137 ◦ green 127 ◦ blue 171

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

Shades of Deluge #897FAB

Tints of Deluge #897FAB

RGB

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

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

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

R = 31.49%
G = 29.2%
B = 39.31%

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

#897FAB (or 0x897FAB) is known color: Deluge. HEX triplet: 89, 7F and AB. RGB value is (137,127,171). Sum of RGB (Red+Green+Blue) = 137+127+171=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #897FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897FAB is #768054. Grayscale: #868686. Windows color (decimal): -7766101 or 11239305. OLE color: 11239305.

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

Color convert

RGB 137 127 171 -
CMYK 0.20 0.26 0 0.33
HSL 253.64º 0.21% 0.58% -
HSV(B) 253.64º 0.26% 0.67% -
XYZ 25.26 23.44 41.72 -
YUV 135.01 148.31 129.42 -
System Red Green Blue C M Y K H S L
Decimal 137 127 171 0.20 0.26 0 0.33 253.64 0.21 0.58
Hex 89 7F AB 14 1A 0 21 FE 15 3A
Octal 211 177 253 24 32 0 41 376 25 72
Binary 10001001 1111111 10101011 10100 11010 0 100001 11111110 10101 111010

Color Harmonies of #897FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897FAB

Black with #897FAB

Text Example


Text Example

White with #897FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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