Html Css Color HEX #897EDB Moody Blue

📋 copy color: '#897EDB'

red 137 ◦ green 126 ◦ blue 219

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

Shades of Moody Blue #897EDB

Tints of Moody Blue #897EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 28.42%
G = 26.14%
B = 45.44%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#897EDB (or 0x897EDB) is known color: Moody Blue. HEX triplet: 89, 7E and DB. RGB value is (137,126,219). Sum of RGB (Red+Green+Blue) = 137+126+219=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #897EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897EDB is #768124. Grayscale: #8B8B8B. Windows color (decimal): -7766309 or 14384777. OLE color: 14384777.

HSL color Cylindrical-coordinate representation of color #897EDB: hue angle of 247.1º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #897EDB is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 126 219 -
CMYK 0.37 0.42 0 0.14
HSL 247.1º 0.56% 0.68% -
HSV(B) 247.1º 0.42% 0.86% -
XYZ 30.56 25.35 70.3 -
YUV 139.89 172.64 125.94 -
System Red Green Blue C M Y K H S L
Decimal 137 126 219 0.37 0.42 0 0.14 247.1 0.56 0.68
Hex 89 7E DB 25 2A 0 E F7 38 44
Octal 211 176 333 45 52 0 16 367 70 104
Binary 10001001 1111110 11011011 100101 101010 0 1110 11110111 111000 1000100

Color Harmonies of #897EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897EDB

Black with #897EDB

Text Example


Text Example

White with #897EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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