Html Css Color HEX #8C84DC Moody Blue

📋 copy color: '#8C84DC'

red 140 ◦ green 132 ◦ blue 220

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

Shades of Moody Blue #8C84DC

Tints of Moody Blue #8C84DC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.83%

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

R = 28.46%
G = 26.83%
B = 44.72%

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

#8C84DC (or 0x8C84DC) is known color: Moody Blue. HEX triplet: 8C, 84 and DC. RGB value is (140,132,220). Sum of RGB (Red+Green+Blue) = 140+132+220=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C84DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C84DC is #737B23. Grayscale: #909090. Windows color (decimal): -7568164 or 14451852. OLE color: 14451852.

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

Color convert

RGB 140 132 220 -
CMYK 0.36 0.40 0 0.14
HSL 245.45º 0.56% 0.69% -
HSV(B) 245.45º 0.4% 0.86% -
XYZ 31.98 27.25 71.28 -
YUV 144.42 170.65 124.84 -
System Red Green Blue C M Y K H S L
Decimal 140 132 220 0.36 0.40 0 0.14 245.45 0.56 0.69
Hex 8C 84 DC 24 28 0 E F5 38 45
Octal 214 204 334 44 50 0 16 365 70 105
Binary 10001100 10000100 11011100 100100 101000 0 1110 11110101 111000 1000101

Color Harmonies of #8C84DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C84DC

Black with #8C84DC

Text Example


Text Example

White with #8C84DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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