Html Css Color HEX #847CDD Moody Blue

📋 copy color: '#847CDD'

red 132 ◦ green 124 ◦ blue 221

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

Shades of Moody Blue #847CDD

Tints of Moody Blue #847CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26%

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

R = 27.67%
G = 26%
B = 46.33%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#847CDD (or 0x847CDD) is known color: Moody Blue. HEX triplet: 84, 7C and DD. RGB value is (132,124,221). Sum of RGB (Red+Green+Blue) = 132+124+221=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #847CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847CDD is #7B8322. Grayscale: #898989. Windows color (decimal): -8094499 or 14515332. OLE color: 14515332.

HSL color Cylindrical-coordinate representation of color #847CDD: hue angle of 244.95º degrees, saturation: 0.59, 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 #847CDD is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 124 221 -
CMYK 0.40 0.44 0 0.13
HSL 244.95º 0.59% 0.68% -
HSV(B) 244.95º 0.44% 0.87% -
XYZ 29.77 24.54 71.57 -
YUV 137.45 175.15 124.11 -
System Red Green Blue C M Y K H S L
Decimal 132 124 221 0.40 0.44 0 0.13 244.95 0.59 0.68
Hex 84 7C DD 28 2C 0 D F5 3B 44
Octal 204 174 335 50 54 0 15 365 73 104
Binary 10000100 1111100 11011101 101000 101100 0 1101 11110101 111011 1000100

Color Harmonies of #847CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847CDD

Black with #847CDD

Text Example


Text Example

White with #847CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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