#757FD8

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

Shades of Moody Blue #757FD8

Tints of Moody Blue #757FD8

Color information

#757FD8 (or 0x757FD8) is unknown color: approx Moody Blue. HEX triplet: 75, 7F and D8. RGB value is (117,127,216). Sum of RGB (Red+Green+Blue) = 117+127+216=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 216 - color contains mainly: blue. Hex color #757FD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757FD8 is #8A8027. Grayscale: #858585. Windows color (decimal): -9076776 or 14188405. OLE color: 14188405.

HSL color Cylindrical-coordinate representation of color #757FD8: hue angle of 233.94º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #757FD8 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB117127216-
CMYK0.460.4100.15
HSL233.94º55.93%65.29%-
HSV(B)233.94º45.83%84.71%-
XYZ27.3223.9268.14-
YUV134.16174.19115.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.43%
GREEN value IS 127 (50% from 255) = 27.61%
BLUE value IS 216 (84.77% from 255) = 46.96%
R=25.43%
G=27.61%
B=46.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1171272160.460.4100.15233.9455.9365.29
Hex757FD82E290Fea3841
Octal165177330565101735270101
Binary111010111111111101100010111010100101111111010101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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