Html Css Color HEX #897FBE Moody Blue

📋 copy color: '#897FBE'

red 137 ◦ green 127 ◦ blue 190

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

Shades of Moody Blue #897FBE

Tints of Moody Blue #897FBE

RGB

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

 GREEN value IS 127 (50% from 255) = 27.97%

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 30.18%
G = 27.97%
B = 41.85%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#897FBE (or 0x897FBE) is known color: Moody Blue. HEX triplet: 89, 7F and BE. RGB value is (137,127,190). Sum of RGB (Red+Green+Blue) = 137+127+190=454 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.18% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #897FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897FBE is #768041. Grayscale: #888888. Windows color (decimal): -7766082 or 12484489. OLE color: 12484489.

HSL color Cylindrical-coordinate representation of color #897FBE: hue angle of 249.52º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #897FBE is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 127 190 -
CMYK 0.28 0.33 0 0.25
HSL 249.52º 0.33% 0.62% -
HSV(B) 249.52º 0.33% 0.75% -
XYZ 27.2 24.21 51.96 -
YUV 137.17 157.81 127.88 -
System Red Green Blue C M Y K H S L
Decimal 137 127 190 0.28 0.33 0 0.25 249.52 0.33 0.62
Hex 89 7F BE 1C 21 0 19 FA 21 3E
Octal 211 177 276 34 41 0 31 372 41 76
Binary 10001001 1111111 10111110 11100 100001 0 11001 11111010 100001 111110

Color Harmonies of #897FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897FBE

Black with #897FBE

Text Example


Text Example

White with #897FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,127,190); }

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

background-color css

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

 a { background-color: rgb(137,127,190); }

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

border-color css

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

 span { border-color: rgb(137,127,190); }

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