Html Css Color HEX #756ED5 Moody Blue

📋 copy color: '#756ED5'

red 117 ◦ green 110 ◦ blue 213

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

Shades of Moody Blue #756ED5

Tints of Moody Blue #756ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.41%

R = 26.59%
G = 25%
B = 48.41%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#756ED5 (or 0x756ED5) is known color: Moody Blue. HEX triplet: 75, 6E and D5. RGB value is (117,110,213). Sum of RGB (Red+Green+Blue) = 117+110+213=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 213 (83.59% from 255 or 48.41% from 440); Max value from RGB is 213 - color contains mainly: blue. Hex color #756ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ED5 is #8A912A. Grayscale: #7B7B7B. Windows color (decimal): -9081131 or 13987445. OLE color: 13987445.

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

Color convert

RGB 117 110 213 -
CMYK 0.45 0.48 0 0.16
HSL 244.08º 0.55% 0.63% -
HSV(B) 244.08º 0.48% 0.84% -
XYZ 24.92 19.74 65.45 -
YUV 123.84 178.32 123.12 -
System Red Green Blue C M Y K H S L
Decimal 117 110 213 0.45 0.48 0 0.16 244.08 0.55 0.63
Hex 75 6E D5 2D 30 0 10 F4 37 3F
Octal 165 156 325 55 60 0 20 364 67 77
Binary 1110101 1101110 11010101 101101 110000 0 10000 11110100 110111 111111

Color Harmonies of #756ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756ED5

Black with #756ED5

Text Example


Text Example

White with #756ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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