#757CC8

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

Shades of Moody Blue #757CC8

Tints of Moody Blue #757CC8

Color information

#757CC8 (or 0x757CC8) is unknown color: approx Moody Blue. HEX triplet: 75, 7C and C8. RGB value is (117,124,200). Sum of RGB (Red+Green+Blue) = 117+124+200=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 200 - color contains mainly: blue. Hex color #757CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CC8 is #8A8337. Grayscale: #828282. Windows color (decimal): -9077560 or 13139061. OLE color: 13139061.

HSL color Cylindrical-coordinate representation of color #757CC8: hue angle of 234.94º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #757CC8 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB117124200-
CMYK0.420.3800.22
HSL234.94º43.01%62.16%-
HSV(B)234.94º41.5%78.43%-
XYZ24.9722.3757.64-
YUV130.57167.18118.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.53%
GREEN value IS 124 (48.83% from 255) = 28.12%
BLUE value IS 200 (78.52% from 255) = 45.35%
R=26.53%
G=28.12%
B=45.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171242000.420.3800.22234.9443.0162.16
Hex757CC82A26016eb2b3e
Octal16517431052460263535376
Binary111010111111001100100010101010011001011011101011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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