Html Css Color HEX #846ECD Moody Blue

📋 copy color: '#846ECD'

red 132 ◦ green 110 ◦ blue 205

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

Shades of Moody Blue #846ECD

Tints of Moody Blue #846ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.61%

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 29.53%
G = 24.61%
B = 45.86%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#846ECD (or 0x846ECD) is known color: Moody Blue. HEX triplet: 84, 6E and CD. RGB value is (132,110,205). Sum of RGB (Red+Green+Blue) = 132+110+205=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #846ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846ECD is #7B9132. Grayscale: #7F7F7F. Windows color (decimal): -8098099 or 13463172. OLE color: 13463172.

HSL color Cylindrical-coordinate representation of color #846ECD: hue angle of 253.89º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #846ECD is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 110 205 -
CMYK 0.36 0.46 0 0.20
HSL 253.89º 0.49% 0.62% -
HSV(B) 253.89º 0.46% 0.8% -
XYZ 26.11 20.47 60.33 -
YUV 127.41 171.79 131.28 -
System Red Green Blue C M Y K H S L
Decimal 132 110 205 0.36 0.46 0 0.20 253.89 0.49 0.62
Hex 84 6E CD 24 2E 0 14 FE 31 3E
Octal 204 156 315 44 56 0 24 376 61 76
Binary 10000100 1101110 11001101 100100 101110 0 10100 11111110 110001 111110

Color Harmonies of #846ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846ECD

Black with #846ECD

Text Example


Text Example

White with #846ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846ECD; }

 p { color: rgb(132,110,205); }

 H1.HeaderClassName
 {
   color: #846ECD;
 }
 .AnyTagClassName
 {
   color: #846ECD;
 }
</style>

background-color css

<style>
 a { background-color: #846ECD; }

 a { background-color: rgb(132,110,205); }

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

border-color css

<style>
 span { border-color: #846ECD; }

 span { border-color: rgb(132,110,205); }

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