Html Css Color HEX #847EBC Moody Blue

📋 copy color: '#847EBC'

red 132 ◦ green 126 ◦ blue 188

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

Shades of Moody Blue #847EBC

Tints of Moody Blue #847EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.15%

R = 29.6%
G = 28.25%
B = 42.15%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#847EBC (or 0x847EBC) is known color: Moody Blue. HEX triplet: 84, 7E and BC. RGB value is (132,126,188). Sum of RGB (Red+Green+Blue) = 132+126+188=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #847EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847EBC is #7B8143. Grayscale: #868686. Windows color (decimal): -8094020 or 12353156. OLE color: 12353156.

HSL color Cylindrical-coordinate representation of color #847EBC: hue angle of 245.81º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #847EBC is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 126 188 -
CMYK 0.30 0.33 0 0.26
HSL 245.81º 0.32% 0.62% -
HSV(B) 245.81º 0.33% 0.74% -
XYZ 26.05 23.46 50.73 -
YUV 134.86 157.99 125.96 -
System Red Green Blue C M Y K H S L
Decimal 132 126 188 0.30 0.33 0 0.26 245.81 0.32 0.62
Hex 84 7E BC 1E 21 0 1A F6 20 3E
Octal 204 176 274 36 41 0 32 366 40 76
Binary 10000100 1111110 10111100 11110 100001 0 11010 11110110 100000 111110

Color Harmonies of #847EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847EBC

Black with #847EBC

Text Example


Text Example

White with #847EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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