Html Css Color HEX #897CDC Moody Blue

📋 copy color: '#897CDC'

red 137 ◦ green 124 ◦ blue 220

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

Shades of Moody Blue #897CDC

Tints of Moody Blue #897CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.78%

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 28.48%
G = 25.78%
B = 45.74%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#897CDC (or 0x897CDC) is known color: Moody Blue. HEX triplet: 89, 7C and DC. RGB value is (137,124,220). Sum of RGB (Red+Green+Blue) = 137+124+220=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #897CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897CDC is #768323. Grayscale: #8A8A8A. Windows color (decimal): -7766820 or 14449801. OLE color: 14449801.

HSL color Cylindrical-coordinate representation of color #897CDC: hue angle of 248.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #897CDC is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 124 220 -
CMYK 0.38 0.44 0 0.14
HSL 248.13º 0.58% 0.67% -
HSV(B) 248.13º 0.44% 0.86% -
XYZ 30.44 24.9 70.91 -
YUV 138.83 173.81 126.69 -
System Red Green Blue C M Y K H S L
Decimal 137 124 220 0.38 0.44 0 0.14 248.13 0.58 0.67
Hex 89 7C DC 26 2C 0 E F8 3A 43
Octal 211 174 334 46 54 0 16 370 72 103
Binary 10001001 1111100 11011100 100110 101100 0 1110 11111000 111010 1000011

Color Harmonies of #897CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897CDC

Black with #897CDC

Text Example


Text Example

White with #897CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,124,220); }

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

background-color css

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

 a { background-color: rgb(137,124,220); }

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

border-color css

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

 span { border-color: rgb(137,124,220); }

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