Html Css Color HEX #847EC1 Moody Blue

📋 copy color: '#847EC1'

red 132 ◦ green 126 ◦ blue 193

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

Shades of Moody Blue #847EC1

Tints of Moody Blue #847EC1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.94%

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

R = 29.27%
G = 27.94%
B = 42.79%

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

#847EC1 (or 0x847EC1) is known color: Moody Blue. HEX triplet: 84, 7E and C1. RGB value is (132,126,193). Sum of RGB (Red+Green+Blue) = 132+126+193=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 193 - color contains mainly: blue. Hex color #847EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847EC1 is #7B813E. Grayscale: #878787. Windows color (decimal): -8094015 or 12680836. OLE color: 12680836.

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

Color convert

RGB 132 126 193 -
CMYK 0.32 0.35 0 0.24
HSL 245.37º 0.35% 0.63% -
HSV(B) 245.37º 0.35% 0.76% -
XYZ 26.6 23.68 53.62 -
YUV 135.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 132 126 193 0.32 0.35 0 0.24 245.37 0.35 0.63
Hex 84 7E C1 20 23 0 18 F5 23 3F
Octal 204 176 301 40 43 0 30 365 43 77
Binary 10000100 1111110 11000001 100000 100011 0 11000 11110101 100011 111111

Color Harmonies of #847EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847EC1

Black with #847EC1

Text Example


Text Example

White with #847EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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