Html Css Color HEX #847DDD Moody Blue

📋 copy color: '#847DDD'

red 132 ◦ green 125 ◦ blue 221

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

Shades of Moody Blue #847DDD

Tints of Moody Blue #847DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 27.62%
G = 26.15%
B = 46.23%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#847DDD (or 0x847DDD) is known color: Moody Blue. HEX triplet: 84, 7D and DD. RGB value is (132,125,221). Sum of RGB (Red+Green+Blue) = 132+125+221=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #847DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847DDD is #7B8222. Grayscale: #898989. Windows color (decimal): -8094243 or 14515588. OLE color: 14515588.

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

Color convert

RGB 132 125 221 -
CMYK 0.40 0.43 0 0.13
HSL 244.38º 0.59% 0.68% -
HSV(B) 244.38º 0.43% 0.87% -
XYZ 29.9 24.79 71.62 -
YUV 138.04 174.82 123.69 -
System Red Green Blue C M Y K H S L
Decimal 132 125 221 0.40 0.43 0 0.13 244.38 0.59 0.68
Hex 84 7D DD 28 2B 0 D F4 3B 44
Octal 204 175 335 50 53 0 15 364 73 104
Binary 10000100 1111101 11011101 101000 101011 0 1101 11110100 111011 1000100

Color Harmonies of #847DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847DDD

Black with #847DDD

Text Example


Text Example

White with #847DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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