Html Css Color HEX #8C84DB Moody Blue

📋 copy color: '#8C84DB'

red 140 ◦ green 132 ◦ blue 219

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

Shades of Moody Blue #8C84DB

Tints of Moody Blue #8C84DB

RGB

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

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

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

R = 28.51%
G = 26.88%
B = 44.6%

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

#8C84DB (or 0x8C84DB) is known color: Moody Blue. HEX triplet: 8C, 84 and DB. RGB value is (140,132,219). Sum of RGB (Red+Green+Blue) = 140+132+219=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C84DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C84DB is #737B24. Grayscale: #8F8F8F. Windows color (decimal): -7568165 or 14386316. OLE color: 14386316.

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

Color convert

RGB 140 132 219 -
CMYK 0.36 0.40 0 0.14
HSL 245.52º 0.55% 0.69% -
HSV(B) 245.52º 0.4% 0.86% -
XYZ 31.85 27.19 70.59 -
YUV 144.31 170.15 124.93 -
System Red Green Blue C M Y K H S L
Decimal 140 132 219 0.36 0.40 0 0.14 245.52 0.55 0.69
Hex 8C 84 DB 24 28 0 E F6 37 45
Octal 214 204 333 44 50 0 16 366 67 105
Binary 10001100 10000100 11011011 100100 101000 0 1110 11110110 110111 1000101

Color Harmonies of #8C84DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C84DB

Black with #8C84DB

Text Example


Text Example

White with #8C84DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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