Html Css Color HEX #897DB9 Moody Blue

📋 copy color: '#897DB9'

red 137 ◦ green 125 ◦ blue 185

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

Shades of Moody Blue #897DB9

Tints of Moody Blue #897DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.39%

R = 30.65%
G = 27.96%
B = 41.39%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#897DB9 (or 0x897DB9) is known color: Moody Blue. HEX triplet: 89, 7D and B9. RGB value is (137,125,185). Sum of RGB (Red+Green+Blue) = 137+125+185=447 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.65% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 185 - color contains mainly: blue. Hex color #897DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897DB9 is #768246. Grayscale: #878787. Windows color (decimal): -7766599 or 12156297. OLE color: 12156297.

HSL color Cylindrical-coordinate representation of color #897DB9: hue angle of 252º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #897DB9 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 125 185 -
CMYK 0.26 0.32 0 0.27
HSL 252º 0.3% 0.61% -
HSV(B) 252º 0.32% 0.73% -
XYZ 26.41 23.49 49.04 -
YUV 135.43 155.98 129.12 -
System Red Green Blue C M Y K H S L
Decimal 137 125 185 0.26 0.32 0 0.27 252 0.3 0.61
Hex 89 7D B9 1A 20 0 1B FC 1E 3D
Octal 211 175 271 32 40 0 33 374 36 75
Binary 10001001 1111101 10111001 11010 100000 0 11011 11111100 11110 111101

Color Harmonies of #897DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897DB9

Black with #897DB9

Text Example


Text Example

White with #897DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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