Html Css Color HEX #8985BD Moody Blue

📋 copy color: '#8985BD'

red 137 ◦ green 133 ◦ blue 189

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

Shades of Moody Blue #8985BD

Tints of Moody Blue #8985BD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.98%

 BLUE value IS 189 (74.22% from 255) = 41.18%

R = 29.85%
G = 28.98%
B = 41.18%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8985BD (or 0x8985BD) is known color: Moody Blue. HEX triplet: 89, 85 and BD. RGB value is (137,133,189). Sum of RGB (Red+Green+Blue) = 137+133+189=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #8985BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8985BD is #767A42. Grayscale: #8C8C8C. Windows color (decimal): -7764547 or 12420489. OLE color: 12420489.

HSL color Cylindrical-coordinate representation of color #8985BD: hue angle of 244.29º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8985BD is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 133 189 -
CMYK 0.28 0.30 0 0.26
HSL 244.29º 0.3% 0.63% -
HSV(B) 244.29º 0.3% 0.74% -
XYZ 27.89 25.77 51.65 -
YUV 140.58 155.33 125.45 -
System Red Green Blue C M Y K H S L
Decimal 137 133 189 0.28 0.30 0 0.26 244.29 0.3 0.63
Hex 89 85 BD 1C 1E 0 1A F4 1E 3F
Octal 211 205 275 34 36 0 32 364 36 77
Binary 10001001 10000101 10111101 11100 11110 0 11010 11110100 11110 111111

Color Harmonies of #8985BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8985BD

Black with #8985BD

Text Example


Text Example

White with #8985BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8985BD; }

 p { color: rgb(137,133,189); }

 H1.HeaderClassName
 {
   color: #8985BD;
 }
 .AnyTagClassName
 {
   color: #8985BD;
 }
</style>

background-color css

<style>
 a { background-color: #8985BD; }

 a { background-color: rgb(137,133,189); }

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

border-color css

<style>
 span { border-color: #8985BD; }

 span { border-color: rgb(137,133,189); }

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