Html Css Color HEX #897DB8 Moody Blue

📋 copy color: '#897DB8'

red 137 ◦ green 125 ◦ blue 184

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

Shades of Moody Blue #897DB8

Tints of Moody Blue #897DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.26%

R = 30.72%
G = 28.03%
B = 41.26%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#897DB8 (or 0x897DB8) is known color: Moody Blue. HEX triplet: 89, 7D and B8. RGB value is (137,125,184). Sum of RGB (Red+Green+Blue) = 137+125+184=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 184 - color contains mainly: blue. Hex color #897DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897DB8 is #768247. Grayscale: #878787. Windows color (decimal): -7766600 or 12090761. OLE color: 12090761.

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

Color convert

RGB 137 125 184 -
CMYK 0.26 0.32 0 0.28
HSL 252.2º 0.29% 0.61% -
HSV(B) 252.2º 0.32% 0.72% -
XYZ 26.3 23.45 48.49 -
YUV 135.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 137 125 184 0.26 0.32 0 0.28 252.2 0.29 0.61
Hex 89 7D B8 1A 20 0 1C FC 1D 3D
Octal 211 175 270 32 40 0 34 374 35 75
Binary 10001001 1111101 10111000 11010 100000 0 11100 11111100 11101 111101

Color Harmonies of #897DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897DB8

Black with #897DB8

Text Example


Text Example

White with #897DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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