Html Css Color HEX #847DBC Moody Blue

📋 copy color: '#847DBC'

red 132 ◦ green 125 ◦ blue 188

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

Shades of Moody Blue #847DBC

Tints of Moody Blue #847DBC

RGB

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

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

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

R = 29.66%
G = 28.09%
B = 42.25%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#847DBC (or 0x847DBC) is known color: Moody Blue. HEX triplet: 84, 7D and BC. RGB value is (132,125,188). Sum of RGB (Red+Green+Blue) = 132+125+188=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #847DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847DBC is #7B8243. Grayscale: #868686. Windows color (decimal): -8094276 or 12352900. OLE color: 12352900.

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

Color convert

RGB 132 125 188 -
CMYK 0.30 0.34 0 0.26
HSL 246.67º 0.32% 0.61% -
HSV(B) 246.67º 0.34% 0.74% -
XYZ 25.93 23.2 50.69 -
YUV 134.28 158.32 126.38 -
System Red Green Blue C M Y K H S L
Decimal 132 125 188 0.30 0.34 0 0.26 246.67 0.32 0.61
Hex 84 7D BC 1E 22 0 1A F7 20 3D
Octal 204 175 274 36 42 0 32 367 40 75
Binary 10000100 1111101 10111100 11110 100010 0 11010 11110111 100000 111101

Color Harmonies of #847DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847DBC

Black with #847DBC

Text Example


Text Example

White with #847DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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