#756DD6

Color #756DD6 Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #756DD6

Tints of Moody Blue #756DD6

Color information

#756DD6 (or 0x756DD6) is unknown color: approx Moody Blue. HEX triplet: 75, 6D and D6. RGB value is (117,109,214). Sum of RGB (Red+Green+Blue) = 117+109+214=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 214 - color contains mainly: blue. Hex color #756DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DD6 is #8A9229. Grayscale: #7A7A7A. Windows color (decimal): -9081386 or 14052725. OLE color: 14052725.

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

Color convert

RGB117109214-
CMYK0.450.4900.16
HSL244.57º56.15%63.33%-
HSV(B)244.57º49.07%83.92%-
XYZ24.9419.5766.08-
YUV123.36179.15123.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.59%
GREEN value IS 109 (42.97% from 255) = 24.77%
BLUE value IS 214 (83.98% from 255) = 48.64%
R=26.59%
G=24.77%
B=48.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1171092140.450.4900.16244.5756.1563.33
Hex756DD62D31010f5383f
Octal16515532655610203657077
Binary111010111011011101011010110111000101000011110101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #756DD6;
 }
 .AnyTagClassName
 {
   color: #756DD6;
 }
</style>
background-color css

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

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

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

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

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

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