Html Css Color HEX #756ED2 Moody Blue

📋 copy color: '#756ED2'

red 117 ◦ green 110 ◦ blue 210

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

Shades of Moody Blue #756ED2

Tints of Moody Blue #756ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.05%

R = 26.77%
G = 25.17%
B = 48.05%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#756ED2 (or 0x756ED2) is known color: Moody Blue. HEX triplet: 75, 6E and D2. RGB value is (117,110,210). Sum of RGB (Red+Green+Blue) = 117+110+210=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 210 (82.42% from 255 or 48.05% from 437); Max value from RGB is 210 - color contains mainly: blue. Hex color #756ED2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ED2 is #8A912D. Grayscale: #7B7B7B. Windows color (decimal): -9081134 or 13790837. OLE color: 13790837.

HSL color Cylindrical-coordinate representation of color #756ED2: hue angle of 244.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #756ED2 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 110 210 -
CMYK 0.44 0.48 0 0.18
HSL 244.2º 0.53% 0.63% -
HSV(B) 244.2º 0.48% 0.82% -
XYZ 24.54 19.59 63.46 -
YUV 123.49 176.82 123.37 -
System Red Green Blue C M Y K H S L
Decimal 117 110 210 0.44 0.48 0 0.18 244.2 0.53 0.63
Hex 75 6E D2 2C 30 0 12 F4 35 3F
Octal 165 156 322 54 60 0 22 364 65 77
Binary 1110101 1101110 11010010 101100 110000 0 10010 11110100 110101 111111

Color Harmonies of #756ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756ED2

Black with #756ED2

Text Example


Text Example

White with #756ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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