Html Css Color HEX #8C85DB Moody Blue

📋 copy color: '#8C85DB'

red 140 ◦ green 133 ◦ blue 219

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

Shades of Moody Blue #8C85DB

Tints of Moody Blue #8C85DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 28.46%
G = 27.03%
B = 44.51%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C85DB (or 0x8C85DB) is known color: Moody Blue. HEX triplet: 8C, 85 and DB. RGB value is (140,133,219). Sum of RGB (Red+Green+Blue) = 140+133+219=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C85DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C85DB is #737A24. Grayscale: #909090. Windows color (decimal): -7567909 or 14386572. OLE color: 14386572.

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

Color convert

RGB 140 133 219 -
CMYK 0.36 0.39 0 0.14
HSL 244.88º 0.54% 0.69% -
HSV(B) 244.88º 0.39% 0.86% -
XYZ 31.99 27.46 70.63 -
YUV 144.9 169.82 124.51 -
System Red Green Blue C M Y K H S L
Decimal 140 133 219 0.36 0.39 0 0.14 244.88 0.54 0.69
Hex 8C 85 DB 24 27 0 E F5 36 45
Octal 214 205 333 44 47 0 16 365 66 105
Binary 10001100 10000101 11011011 100100 100111 0 1110 11110101 110110 1000101

Color Harmonies of #8C85DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C85DB

Black with #8C85DB

Text Example


Text Example

White with #8C85DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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