Html Css Color HEX #756ED6 Moody Blue

📋 copy color: '#756ED6'

red 117 ◦ green 110 ◦ blue 214

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

Shades of Moody Blue #756ED6

Tints of Moody Blue #756ED6

RGB

 RED value IS 117 (46.09% from 255) = 26.53%

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

 BLUE value IS 214 (83.98% from 255) = 48.53%

R = 26.53%
G = 24.94%
B = 48.53%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#756ED6 (or 0x756ED6) is known color: Moody Blue. HEX triplet: 75, 6E and D6. RGB value is (117,110,214). Sum of RGB (Red+Green+Blue) = 117+110+214=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 214 (83.98% from 255 or 48.53% from 441); Max value from RGB is 214 - color contains mainly: blue. Hex color #756ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ED6 is #8A9129. Grayscale: #7B7B7B. Windows color (decimal): -9081130 or 14052981. OLE color: 14052981.

HSL color Cylindrical-coordinate representation of color #756ED6: hue angle of 244.04º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #756ED6 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 110 214 -
CMYK 0.45 0.49 0 0.16
HSL 244.04º 0.56% 0.64% -
HSV(B) 244.04º 0.49% 0.84% -
XYZ 25.05 19.79 66.12 -
YUV 123.95 178.82 123.04 -
System Red Green Blue C M Y K H S L
Decimal 117 110 214 0.45 0.49 0 0.16 244.04 0.56 0.64
Hex 75 6E D6 2D 31 0 10 F4 38 40
Octal 165 156 326 55 61 0 20 364 70 100
Binary 1110101 1101110 11010110 101101 110001 0 10000 11110100 111000 1000000

Color Harmonies of #756ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756ED6

Black with #756ED6

Text Example


Text Example

White with #756ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756ED6; }

 p { color: rgb(117,110,214); }

 H1.HeaderClassName
 {
   color: #756ED6;
 }
 .AnyTagClassName
 {
   color: #756ED6;
 }
</style>

background-color css

<style>
 a { background-color: #756ED6; }

 a { background-color: rgb(117,110,214); }

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

border-color css

<style>
 span { border-color: #756ED6; }

 span { border-color: rgb(117,110,214); }

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