Html Css Color HEX #898ABF Moody Blue

📋 copy color: '#898ABF'

red 137 ◦ green 138 ◦ blue 191

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

Shades of Moody Blue #898ABF

Tints of Moody Blue #898ABF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.61%

 BLUE value IS 191 (75% from 255) = 40.99%

R = 29.4%
G = 29.61%
B = 40.99%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#898ABF (or 0x898ABF) is known color: Moody Blue. HEX triplet: 89, 8A and BF. RGB value is (137,138,191). Sum of RGB (Red+Green+Blue) = 137+138+191=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #898ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898ABF is #767540. Grayscale: #8F8F8F. Windows color (decimal): -7763265 or 12552841. OLE color: 12552841.

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

Color convert

RGB 137 138 191 -
CMYK 0.28 0.28 0 0.25
HSL 238.89º 0.3% 0.64% -
HSV(B) 238.89º 0.28% 0.75% -
XYZ 28.81 27.26 53.03 -
YUV 143.74 154.67 123.19 -
System Red Green Blue C M Y K H S L
Decimal 137 138 191 0.28 0.28 0 0.25 238.89 0.3 0.64
Hex 89 8A BF 1C 1C 0 19 EF 1E 40
Octal 211 212 277 34 34 0 31 357 36 100
Binary 10001001 10001010 10111111 11100 11100 0 11001 11101111 11110 1000000

Color Harmonies of #898ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898ABF

Black with #898ABF

Text Example


Text Example

White with #898ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898ABF; }

 p { color: rgb(137,138,191); }

 H1.HeaderClassName
 {
   color: #898ABF;
 }
 .AnyTagClassName
 {
   color: #898ABF;
 }
</style>

background-color css

<style>
 a { background-color: #898ABF; }

 a { background-color: rgb(137,138,191); }

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

border-color css

<style>
 span { border-color: #898ABF; }

 span { border-color: rgb(137,138,191); }

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