Html Css Color HEX #847DDF Moody Blue

📋 copy color: '#847DDF'

red 132 ◦ green 125 ◦ blue 223

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

Shades of Moody Blue #847DDF

Tints of Moody Blue #847DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.46%

R = 27.5%
G = 26.04%
B = 46.46%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#847DDF (or 0x847DDF) is known color: Moody Blue. HEX triplet: 84, 7D and DF. RGB value is (132,125,223). Sum of RGB (Red+Green+Blue) = 132+125+223=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #847DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847DDF is #7B8220. Grayscale: #898989. Windows color (decimal): -8094241 or 14646660. OLE color: 14646660.

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

Color convert

RGB 132 125 223 -
CMYK 0.41 0.44 0 0.13
HSL 244.29º 0.6% 0.68% -
HSV(B) 244.29º 0.44% 0.87% -
XYZ 30.17 24.9 73.03 -
YUV 138.27 175.82 123.53 -
System Red Green Blue C M Y K H S L
Decimal 132 125 223 0.41 0.44 0 0.13 244.29 0.6 0.68
Hex 84 7D DF 29 2C 0 D F4 3C 44
Octal 204 175 337 51 54 0 15 364 74 104
Binary 10000100 1111101 11011111 101001 101100 0 1101 11110100 111100 1000100

Color Harmonies of #847DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847DDF

Black with #847DDF

Text Example


Text Example

White with #847DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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