Html Css Color HEX #897DDD Moody Blue

📋 copy color: '#897DDD'

red 137 ◦ green 125 ◦ blue 221

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

Shades of Moody Blue #897DDD

Tints of Moody Blue #897DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.76%

R = 28.36%
G = 25.88%
B = 45.76%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#897DDD (or 0x897DDD) is known color: Moody Blue. HEX triplet: 89, 7D and DD. RGB value is (137,125,221). Sum of RGB (Red+Green+Blue) = 137+125+221=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #897DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897DDD is #768222. Grayscale: #8B8B8B. Windows color (decimal): -7766563 or 14515593. OLE color: 14515593.

HSL color Cylindrical-coordinate representation of color #897DDD: hue angle of 247.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #897DDD is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 125 221 -
CMYK 0.38 0.43 0 0.13
HSL 247.5º 0.59% 0.68% -
HSV(B) 247.5º 0.43% 0.87% -
XYZ 30.7 25.21 71.65 -
YUV 139.53 173.98 126.19 -
System Red Green Blue C M Y K H S L
Decimal 137 125 221 0.38 0.43 0 0.13 247.5 0.59 0.68
Hex 89 7D DD 26 2B 0 D F8 3B 44
Octal 211 175 335 46 53 0 15 370 73 104
Binary 10001001 1111101 11011101 100110 101011 0 1101 11111000 111011 1000100

Color Harmonies of #897DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897DDD

Black with #897DDD

Text Example


Text Example

White with #897DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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