Html Css Color HEX #8D85BA Moody Blue

📋 copy color: '#8D85BA'

red 141 ◦ green 133 ◦ blue 186

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

Shades of Moody Blue #8D85BA

Tints of Moody Blue #8D85BA

RGB

 RED value IS 141 (55.47% from 255) = 30.65%

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

 BLUE value IS 186 (73.05% from 255) = 40.43%

R = 30.65%
G = 28.91%
B = 40.43%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D85BA (or 0x8D85BA) is known color: Moody Blue. HEX triplet: 8D, 85 and BA. RGB value is (141,133,186). Sum of RGB (Red+Green+Blue) = 141+133+186=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D85BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D85BA is #727A45. Grayscale: #8D8D8D. Windows color (decimal): -7502406 or 12223885. OLE color: 12223885.

HSL color Cylindrical-coordinate representation of color #8D85BA: hue angle of 249.06º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D85BA is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 133 186 -
CMYK 0.24 0.28 0 0.27
HSL 249.06º 0.28% 0.63% -
HSV(B) 249.06º 0.28% 0.73% -
XYZ 28.23 25.98 49.98 -
YUV 141.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 141 133 186 0.24 0.28 0 0.27 249.06 0.28 0.63
Hex 8D 85 BA 18 1C 0 1B F9 1C 3F
Octal 215 205 272 30 34 0 33 371 34 77
Binary 10001101 10000101 10111010 11000 11100 0 11011 11111001 11100 111111

Color Harmonies of #8D85BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D85BA

Black with #8D85BA

Text Example


Text Example

White with #8D85BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D85BA; }

 p { color: rgb(141,133,186); }

 H1.HeaderClassName
 {
   color: #8D85BA;
 }
 .AnyTagClassName
 {
   color: #8D85BA;
 }
</style>

background-color css

<style>
 a { background-color: #8D85BA; }

 a { background-color: rgb(141,133,186); }

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

border-color css

<style>
 span { border-color: #8D85BA; }

 span { border-color: rgb(141,133,186); }

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