Html Css Color HEX #897FB2 Deluge

📋 copy color: '#897FB2'

red 137 ◦ green 127 ◦ blue 178

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

Shades of Deluge #897FB2

Tints of Deluge #897FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.27%

R = 31%
G = 28.73%
B = 40.27%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#897FB2 (or 0x897FB2) is known color: Deluge. HEX triplet: 89, 7F and B2. RGB value is (137,127,178). Sum of RGB (Red+Green+Blue) = 137+127+178=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 178 - color contains mainly: blue. Hex color #897FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897FB2 is #76804D. Grayscale: #878787. Windows color (decimal): -7766094 or 11698057. OLE color: 11698057.

HSL color Cylindrical-coordinate representation of color #897FB2: hue angle of 251.76º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #897FB2 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 137 127 178 -
CMYK 0.23 0.29 0 0.30
HSL 251.76º 0.25% 0.6% -
HSV(B) 251.76º 0.29% 0.7% -
XYZ 25.94 23.71 45.33 -
YUV 135.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 137 127 178 0.23 0.29 0 0.30 251.76 0.25 0.6
Hex 89 7F B2 17 1D 0 1E FC 19 3C
Octal 211 177 262 27 35 0 36 374 31 74
Binary 10001001 1111111 10110010 10111 11101 0 11110 11111100 11001 111100

Color Harmonies of #897FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897FB2

Black with #897FB2

Text Example


Text Example

White with #897FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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