Html Css Color HEX #846ED0 Moody Blue

📋 copy color: '#846ED0'

red 132 ◦ green 110 ◦ blue 208

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

Shades of Moody Blue #846ED0

Tints of Moody Blue #846ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.22%

R = 29.33%
G = 24.44%
B = 46.22%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#846ED0 (or 0x846ED0) is known color: Moody Blue. HEX triplet: 84, 6E and D0. RGB value is (132,110,208). Sum of RGB (Red+Green+Blue) = 132+110+208=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #846ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846ED0 is #7B912F. Grayscale: #7F7F7F. Windows color (decimal): -8098096 or 13659780. OLE color: 13659780.

HSL color Cylindrical-coordinate representation of color #846ED0: hue angle of 253.47º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #846ED0 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 132 110 208 -
CMYK 0.37 0.47 0 0.18
HSL 253.47º 0.51% 0.62% -
HSV(B) 253.47º 0.47% 0.82% -
XYZ 26.48 20.61 62.26 -
YUV 127.75 173.29 131.03 -
System Red Green Blue C M Y K H S L
Decimal 132 110 208 0.37 0.47 0 0.18 253.47 0.51 0.62
Hex 84 6E D0 25 2F 0 12 FD 33 3E
Octal 204 156 320 45 57 0 22 375 63 76
Binary 10000100 1101110 11010000 100101 101111 0 10010 11111101 110011 111110

Color Harmonies of #846ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846ED0

Black with #846ED0

Text Example


Text Example

White with #846ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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