Html Css Color HEX #8C85DC Moody Blue

📋 copy color: '#8C85DC'

red 140 ◦ green 133 ◦ blue 220

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

Shades of Moody Blue #8C85DC

Tints of Moody Blue #8C85DC

RGB

 RED value IS 140 (55.08% from 255) = 28.4%

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

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

R = 28.4%
G = 26.98%
B = 44.62%

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

#8C85DC (or 0x8C85DC) is known color: Moody Blue. HEX triplet: 8C, 85 and DC. RGB value is (140,133,220). Sum of RGB (Red+Green+Blue) = 140+133+220=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C85DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C85DC is #737A23. Grayscale: #909090. Windows color (decimal): -7567908 or 14452108. OLE color: 14452108.

HSL color Cylindrical-coordinate representation of color #8C85DC: hue angle of 244.83º 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 #8C85DC is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 133 220 -
CMYK 0.36 0.40 0 0.14
HSL 244.83º 0.55% 0.69% -
HSV(B) 244.83º 0.4% 0.86% -
XYZ 32.12 27.52 71.33 -
YUV 145.01 170.32 124.43 -
System Red Green Blue C M Y K H S L
Decimal 140 133 220 0.36 0.40 0 0.14 244.83 0.55 0.69
Hex 8C 85 DC 24 28 0 E F5 37 45
Octal 214 205 334 44 50 0 16 365 67 105
Binary 10001100 10000101 11011100 100100 101000 0 1110 11110101 110111 1000101

Color Harmonies of #8C85DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C85DC

Black with #8C85DC

Text Example


Text Example

White with #8C85DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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