Html Css Color HEX #847DC1 Moody Blue

📋 copy color: '#847DC1'

red 132 ◦ green 125 ◦ blue 193

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

Shades of Moody Blue #847DC1

Tints of Moody Blue #847DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.89%

R = 29.33%
G = 27.78%
B = 42.89%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#847DC1 (or 0x847DC1) is known color: Moody Blue. HEX triplet: 84, 7D and C1. RGB value is (132,125,193). Sum of RGB (Red+Green+Blue) = 132+125+193=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #847DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847DC1 is #7B823E. Grayscale: #868686. Windows color (decimal): -8094271 or 12680580. OLE color: 12680580.

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

Color convert

RGB 132 125 193 -
CMYK 0.32 0.35 0 0.24
HSL 246.18º 0.35% 0.62% -
HSV(B) 246.18º 0.35% 0.76% -
XYZ 26.47 23.42 53.58 -
YUV 134.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 132 125 193 0.32 0.35 0 0.24 246.18 0.35 0.62
Hex 84 7D C1 20 23 0 18 F6 23 3E
Octal 204 175 301 40 43 0 30 366 43 76
Binary 10000100 1111101 11000001 100000 100011 0 11000 11110110 100011 111110

Color Harmonies of #847DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847DC1

Black with #847DC1

Text Example


Text Example

White with #847DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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