#756BCD

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

Shades of Moody Blue #756BCD

Tints of Moody Blue #756BCD

Color information

#756BCD (or 0x756BCD) is unknown color: approx Moody Blue. HEX triplet: 75, 6B and CD. RGB value is (117,107,205). Sum of RGB (Red+Green+Blue) = 117+107+205=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #756BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756BCD is #8A9432. Grayscale: #787878. Windows color (decimal): -9081907 or 13462389. OLE color: 13462389.

HSL color Cylindrical-coordinate representation of color #756BCD: hue angle of 246.12º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #756BCD is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB117107205-
CMYK0.430.4800.20
HSL246.12º49.49%61.18%-
HSV(B)246.12º47.8%80.39%-
XYZ23.6118.7160.12-
YUV121.16175.31125.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.27%
GREEN value IS 107 (42.19% from 255) = 24.94%
BLUE value IS 205 (80.47% from 255) = 47.79%
R=27.27%
G=24.94%
B=47.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171072050.430.4800.20246.1249.4961.18
Hex756BCD2B30014f6313d
Octal16515331553600243666175
Binary111010111010111100110110101111000001010011110110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,107,205); }

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

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

 a { background-color: rgb(117,107,205); }

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

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

 span { border-color: rgb(117,107,205); }

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