#757CCF

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

Shades of Moody Blue #757CCF

Tints of Moody Blue #757CCF

Color information

#757CCF (or 0x757CCF) is unknown color: approx Moody Blue. HEX triplet: 75, 7C and CF. RGB value is (117,124,207). Sum of RGB (Red+Green+Blue) = 117+124+207=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #757CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CCF is #8A8330. Grayscale: #838383. Windows color (decimal): -9077553 or 13597813. OLE color: 13597813.

HSL color Cylindrical-coordinate representation of color #757CCF: hue angle of 235.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #757CCF is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB117124207-
CMYK0.430.4000.19
HSL235.33º48.39%63.53%-
HSV(B)235.33º43.48%81.18%-
XYZ25.8122.762.05-
YUV131.37170.68117.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.12%
GREEN value IS 124 (48.83% from 255) = 27.68%
BLUE value IS 207 (81.25% from 255) = 46.21%
R=26.12%
G=27.68%
B=46.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1171242070.430.4000.19235.3348.3963.53
Hex757CCF2B28013eb3040
Octal165174317535002335360100
Binary1110101111110011001111101011101000010011111010111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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