Html Css Color HEX #847DC2 Moody Blue

📋 copy color: '#847DC2'

red 132 ◦ green 125 ◦ blue 194

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

Shades of Moody Blue #847DC2

Tints of Moody Blue #847DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.02%

R = 29.27%
G = 27.72%
B = 43.02%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#847DC2 (or 0x847DC2) is known color: Moody Blue. HEX triplet: 84, 7D and C2. RGB value is (132,125,194). Sum of RGB (Red+Green+Blue) = 132+125+194=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 194 - color contains mainly: blue. Hex color #847DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847DC2 is #7B823D. Grayscale: #868686. Windows color (decimal): -8094270 or 12746116. OLE color: 12746116.

HSL color Cylindrical-coordinate representation of color #847DC2: hue angle of 246.09º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #847DC2 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 132 125 194 -
CMYK 0.32 0.36 0 0.24
HSL 246.09º 0.36% 0.63% -
HSV(B) 246.09º 0.36% 0.76% -
XYZ 26.59 23.47 54.17 -
YUV 134.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 132 125 194 0.32 0.36 0 0.24 246.09 0.36 0.63
Hex 84 7D C2 20 24 0 18 F6 24 3F
Octal 204 175 302 40 44 0 30 366 44 77
Binary 10000100 1111101 11000010 100000 100100 0 11000 11110110 100100 111111

Color Harmonies of #847DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847DC2

Black with #847DC2

Text Example


Text Example

White with #847DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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