Html Css Color HEX #8D85BB Moody Blue

📋 copy color: '#8D85BB'

red 141 ◦ green 133 ◦ blue 187

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

Shades of Moody Blue #8D85BB

Tints of Moody Blue #8D85BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.56%

R = 30.59%
G = 28.85%
B = 40.56%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D85BB (or 0x8D85BB) is known color: Moody Blue. HEX triplet: 8D, 85 and BB. RGB value is (141,133,187). Sum of RGB (Red+Green+Blue) = 141+133+187=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D85BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D85BB is #727A44. Grayscale: #8D8D8D. Windows color (decimal): -7502405 or 12289421. OLE color: 12289421.

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

Color convert

RGB 141 133 187 -
CMYK 0.25 0.29 0 0.27
HSL 248.89º 0.28% 0.63% -
HSV(B) 248.89º 0.29% 0.73% -
XYZ 28.34 26.03 50.54 -
YUV 141.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 141 133 187 0.25 0.29 0 0.27 248.89 0.28 0.63
Hex 8D 85 BB 19 1D 0 1B F9 1C 3F
Octal 215 205 273 31 35 0 33 371 34 77
Binary 10001101 10000101 10111011 11001 11101 0 11011 11111001 11100 111111

Color Harmonies of #8D85BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D85BB

Black with #8D85BB

Text Example


Text Example

White with #8D85BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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