#757FDE

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

Shades of Moody Blue #757FDE

Tints of Moody Blue #757FDE

Color information

#757FDE (or 0x757FDE) is unknown color: approx Moody Blue. HEX triplet: 75, 7F and DE. RGB value is (117,127,222). Sum of RGB (Red+Green+Blue) = 117+127+222=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #757FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757FDE is #8A8021. Grayscale: #868686. Windows color (decimal): -9076770 or 14581621. OLE color: 14581621.

HSL color Cylindrical-coordinate representation of color #757FDE: hue angle of 234.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #757FDE is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117127222-
CMYK0.470.4300.13
HSL234.29º61.4%66.47%-
HSV(B)234.29º47.3%87.06%-
XYZ28.1124.2372.3-
YUV134.84177.19115.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.11%
GREEN value IS 127 (50% from 255) = 27.25%
BLUE value IS 222 (87.11% from 255) = 47.64%
R=25.11%
G=27.25%
B=47.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171272220.470.4300.13234.2961.466.47
Hex757FDE2F2B0Dea3d42
Octal165177336575301535275102
Binary111010111111111101111010111110101101101111010101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,127,222); }

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

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

 a { background-color: rgb(117,127,222); }

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

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

 span { border-color: rgb(117,127,222); }

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