Html Css Color HEX #8D85DC Moody Blue

📋 copy color: '#8D85DC'

red 141 ◦ green 133 ◦ blue 220

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

Shades of Moody Blue #8D85DC

Tints of Moody Blue #8D85DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 28.54%
G = 26.92%
B = 44.53%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D85DC (or 0x8D85DC) is known color: Moody Blue. HEX triplet: 8D, 85 and DC. RGB value is (141,133,220). Sum of RGB (Red+Green+Blue) = 141+133+220=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D85DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D85DC is #727A23. Grayscale: #909090. Windows color (decimal): -7502372 or 14452109. OLE color: 14452109.

HSL color Cylindrical-coordinate representation of color #8D85DC: hue angle of 245.52º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D85DC is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 133 220 -
CMYK 0.36 0.40 0 0.14
HSL 245.52º 0.55% 0.69% -
HSV(B) 245.52º 0.4% 0.86% -
XYZ 32.29 27.61 71.34 -
YUV 145.31 170.15 124.93 -
System Red Green Blue C M Y K H S L
Decimal 141 133 220 0.36 0.40 0 0.14 245.52 0.55 0.69
Hex 8D 85 DC 24 28 0 E F6 37 45
Octal 215 205 334 44 50 0 16 366 67 105
Binary 10001101 10000101 11011100 100100 101000 0 1110 11110110 110111 1000101

Color Harmonies of #8D85DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D85DC

Black with #8D85DC

Text Example


Text Example

White with #8D85DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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