Html Css Color HEX #897ED0 Moody Blue

📋 copy color: '#897ED0'

red 137 ◦ green 126 ◦ blue 208

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

Shades of Moody Blue #897ED0

Tints of Moody Blue #897ED0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.75%

 BLUE value IS 208 (81.64% from 255) = 44.16%

R = 29.09%
G = 26.75%
B = 44.16%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#897ED0 (or 0x897ED0) is known color: Moody Blue. HEX triplet: 89, 7E and D0. RGB value is (137,126,208). Sum of RGB (Red+Green+Blue) = 137+126+208=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #897ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897ED0 is #76812F. Grayscale: #8A8A8A. Windows color (decimal): -7766320 or 13663881. OLE color: 13663881.

HSL color Cylindrical-coordinate representation of color #897ED0: hue angle of 248.05º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #897ED0 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 126 208 -
CMYK 0.34 0.39 0 0.18
HSL 248.05º 0.47% 0.65% -
HSV(B) 248.05º 0.39% 0.82% -
XYZ 29.16 24.79 62.92 -
YUV 138.64 167.14 126.83 -
System Red Green Blue C M Y K H S L
Decimal 137 126 208 0.34 0.39 0 0.18 248.05 0.47 0.65
Hex 89 7E D0 22 27 0 12 F8 2F 41
Octal 211 176 320 42 47 0 22 370 57 101
Binary 10001001 1111110 11010000 100010 100111 0 10010 11111000 101111 1000001

Color Harmonies of #897ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897ED0

Black with #897ED0

Text Example


Text Example

White with #897ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,126,208); }

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

background-color css

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

 a { background-color: rgb(137,126,208); }

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

border-color css

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

 span { border-color: rgb(137,126,208); }

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