Html Css Color HEX #847DDC Moody Blue

📋 copy color: '#847DDC'

red 132 ◦ green 125 ◦ blue 220

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

Shades of Moody Blue #847DDC

Tints of Moody Blue #847DDC

RGB

 RED value IS 132 (51.95% from 255) = 27.67%

 GREEN value IS 125 (49.22% from 255) = 26.21%

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

R = 27.67%
G = 26.21%
B = 46.12%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#847DDC (or 0x847DDC) is known color: Moody Blue. HEX triplet: 84, 7D and DC. RGB value is (132,125,220). Sum of RGB (Red+Green+Blue) = 132+125+220=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #847DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847DDC is #7B8223. Grayscale: #898989. Windows color (decimal): -8094244 or 14450052. OLE color: 14450052.

HSL color Cylindrical-coordinate representation of color #847DDC: hue angle of 244.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #847DDC is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 125 220 -
CMYK 0.40 0.43 0 0.14
HSL 244.42º 0.58% 0.68% -
HSV(B) 244.42º 0.43% 0.86% -
XYZ 29.77 24.74 70.92 -
YUV 137.92 174.32 123.78 -
System Red Green Blue C M Y K H S L
Decimal 132 125 220 0.40 0.43 0 0.14 244.42 0.58 0.68
Hex 84 7D DC 28 2B 0 E F4 3A 44
Octal 204 175 334 50 53 0 16 364 72 104
Binary 10000100 1111101 11011100 101000 101011 0 1110 11110100 111010 1000100

Color Harmonies of #847DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847DDC

Black with #847DDC

Text Example


Text Example

White with #847DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847DDC; }

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

 H1.HeaderClassName
 {
   color: #847DDC;
 }
 .AnyTagClassName
 {
   color: #847DDC;
 }
</style>

background-color css

<style>
 a { background-color: #847DDC; }

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

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

border-color css

<style>
 span { border-color: #847DDC; }

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

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