#757CCD

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

Shades of Moody Blue #757CCD

Tints of Moody Blue #757CCD

Color information

#757CCD (or 0x757CCD) is unknown color: approx Moody Blue. HEX triplet: 75, 7C and CD. RGB value is (117,124,205). Sum of RGB (Red+Green+Blue) = 117+124+205=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #757CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CCD is #8A8332. Grayscale: #828282. Windows color (decimal): -9077555 or 13466741. OLE color: 13466741.

HSL color Cylindrical-coordinate representation of color #757CCD: hue angle of 235.23º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #757CCD is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB117124205-
CMYK0.430.4000.20
HSL235.23º46.81%63.14%-
HSV(B)235.23º42.93%80.39%-
XYZ25.5622.660.77-
YUV131.14169.68117.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.23%
GREEN value IS 124 (48.83% from 255) = 27.80%
BLUE value IS 205 (80.47% from 255) = 45.96%
R=26.23%
G=27.80%
B=45.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171242050.430.4000.20235.2346.8163.14
Hex757CCD2B28014eb2f3f
Octal16517431553500243535777
Binary111010111111001100110110101110100001010011101011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757CCD; }

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

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

<style>
 a { background-color: #757CCD; }

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

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

<style>
 span { border-color: #757CCD; }

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

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