Html Css Color HEX #897CCC Moody Blue

📋 copy color: '#897CCC'

red 137 ◦ green 124 ◦ blue 204

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

Shades of Moody Blue #897CCC

Tints of Moody Blue #897CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 29.46%
G = 26.67%
B = 43.87%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#897CCC (or 0x897CCC) is known color: Moody Blue. HEX triplet: 89, 7C and CC. RGB value is (137,124,204). Sum of RGB (Red+Green+Blue) = 137+124+204=465 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.46% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #897CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897CCC is #768333. Grayscale: #888888. Windows color (decimal): -7766836 or 13401225. OLE color: 13401225.

HSL color Cylindrical-coordinate representation of color #897CCC: hue angle of 249.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #897CCC is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 124 204 -
CMYK 0.33 0.39 0 0.2
HSL 249.75º 0.44% 0.64% -
HSV(B) 249.75º 0.39% 0.8% -
XYZ 28.42 24.09 60.28 -
YUV 137.01 165.81 128 -
System Red Green Blue C M Y K H S L
Decimal 137 124 204 0.33 0.39 0 0.2 249.75 0.44 0.64
Hex 89 7C CC 21 27 0 14 FA 2C 40
Octal 211 174 314 41 47 0 24 372 54 100
Binary 10001001 1111100 11001100 100001 100111 0 10100 11111010 101100 1000000

Color Harmonies of #897CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897CCC

Black with #897CCC

Text Example


Text Example

White with #897CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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