Html Css Color HEX #847CDC Moody Blue

📋 copy color: '#847CDC'

red 132 ◦ green 124 ◦ blue 220

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

Shades of Moody Blue #847CDC

Tints of Moody Blue #847CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.05%

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 27.73%
G = 26.05%
B = 46.22%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#847CDC (or 0x847CDC) is known color: Moody Blue. HEX triplet: 84, 7C and DC. RGB value is (132,124,220). Sum of RGB (Red+Green+Blue) = 132+124+220=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #847CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847CDC is #7B8323. Grayscale: #888888. Windows color (decimal): -8094500 or 14449796. OLE color: 14449796.

HSL color Cylindrical-coordinate representation of color #847CDC: hue angle of 245º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #847CDC is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 124 220 -
CMYK 0.40 0.44 0 0.14
HSL 245º 0.58% 0.67% -
HSV(B) 245º 0.44% 0.86% -
XYZ 29.64 24.49 70.87 -
YUV 137.34 174.65 124.19 -
System Red Green Blue C M Y K H S L
Decimal 132 124 220 0.40 0.44 0 0.14 245 0.58 0.67
Hex 84 7C DC 28 2C 0 E F5 3A 43
Octal 204 174 334 50 54 0 16 365 72 103
Binary 10000100 1111100 11011100 101000 101100 0 1110 11110101 111010 1000011

Color Harmonies of #847CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847CDC

Black with #847CDC

Text Example


Text Example

White with #847CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,124,220); }

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

background-color css

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

 a { background-color: rgb(132,124,220); }

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

border-color css

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

 span { border-color: rgb(132,124,220); }

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