Html Css Color HEX #8D85B5 Moody Blue

📋 copy color: '#8D85B5'

red 141 ◦ green 133 ◦ blue 181

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

Shades of Moody Blue #8D85B5

Tints of Moody Blue #8D85B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.78%

R = 30.99%
G = 29.23%
B = 39.78%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8D85B5 (or 0x8D85B5) is known color: Moody Blue. HEX triplet: 8D, 85 and B5. RGB value is (141,133,181). Sum of RGB (Red+Green+Blue) = 141+133+181=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 181 - color contains mainly: blue. Hex color #8D85B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D85B5 is #727A4A. Grayscale: #8C8C8C. Windows color (decimal): -7502411 or 11896205. OLE color: 11896205.

HSL color Cylindrical-coordinate representation of color #8D85B5: hue angle of 250º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D85B5 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 133 181 -
CMYK 0.22 0.27 0 0.29
HSL 250º 0.24% 0.62% -
HSV(B) 250º 0.27% 0.71% -
XYZ 27.71 25.77 47.23 -
YUV 140.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 141 133 181 0.22 0.27 0 0.29 250 0.24 0.62
Hex 8D 85 B5 16 1B 0 1D FA 18 3E
Octal 215 205 265 26 33 0 35 372 30 76
Binary 10001101 10000101 10110101 10110 11011 0 11101 11111010 11000 111110

Color Harmonies of #8D85B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D85B5

Black with #8D85B5

Text Example


Text Example

White with #8D85B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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