Html Css Color HEX #898AC0 Moody Blue

📋 copy color: '#898AC0'

red 137 ◦ green 138 ◦ blue 192

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

Shades of Moody Blue #898AC0

Tints of Moody Blue #898AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.11%

R = 29.34%
G = 29.55%
B = 41.11%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#898AC0 (or 0x898AC0) is known color: Moody Blue. HEX triplet: 89, 8A and C0. RGB value is (137,138,192). Sum of RGB (Red+Green+Blue) = 137+138+192=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #898AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898AC0 is #76753F. Grayscale: #8F8F8F. Windows color (decimal): -7763264 or 12618377. OLE color: 12618377.

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

Color convert

RGB 137 138 192 -
CMYK 0.29 0.28 0 0.25
HSL 238.91º 0.3% 0.65% -
HSV(B) 238.91º 0.29% 0.75% -
XYZ 28.92 27.3 53.61 -
YUV 143.86 155.17 123.11 -
System Red Green Blue C M Y K H S L
Decimal 137 138 192 0.29 0.28 0 0.25 238.91 0.3 0.65
Hex 89 8A C0 1D 1C 0 19 EF 1E 41
Octal 211 212 300 35 34 0 31 357 36 101
Binary 10001001 10001010 11000000 11101 11100 0 11001 11101111 11110 1000001

Color Harmonies of #898AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898AC0

Black with #898AC0

Text Example


Text Example

White with #898AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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