Html Css Color HEX #847EE1 Moody Blue

📋 copy color: '#847EE1'

red 132 ◦ green 126 ◦ blue 225

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

Shades of Moody Blue #847EE1

Tints of Moody Blue #847EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.58%

R = 27.33%
G = 26.09%
B = 46.58%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#847EE1 (or 0x847EE1) is known color: Moody Blue. HEX triplet: 84, 7E and E1. RGB value is (132,126,225). Sum of RGB (Red+Green+Blue) = 132+126+225=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 225 - color contains mainly: blue. Hex color #847EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847EE1 is #7B811E. Grayscale: #8A8A8A. Windows color (decimal): -8093983 or 14777988. OLE color: 14777988.

HSL color Cylindrical-coordinate representation of color #847EE1: hue angle of 243.64º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #847EE1 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 126 225 -
CMYK 0.41 0.44 0 0.12
HSL 243.64º 0.62% 0.69% -
HSV(B) 243.64º 0.44% 0.88% -
XYZ 30.57 25.26 74.5 -
YUV 139.08 176.49 122.95 -
System Red Green Blue C M Y K H S L
Decimal 132 126 225 0.41 0.44 0 0.12 243.64 0.62 0.69
Hex 84 7E E1 29 2C 0 C F4 3E 45
Octal 204 176 341 51 54 0 14 364 76 105
Binary 10000100 1111110 11100001 101001 101100 0 1100 11110100 111110 1000101

Color Harmonies of #847EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847EE1

Black with #847EE1

Text Example


Text Example

White with #847EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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