#757BCD

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

Shades of Moody Blue #757BCD

Tints of Moody Blue #757BCD

Color information

#757BCD (or 0x757BCD) is unknown color: approx Moody Blue. HEX triplet: 75, 7B and CD. RGB value is (117,123,205). Sum of RGB (Red+Green+Blue) = 117+123+205=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #757BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757BCD is #8A8432. Grayscale: #828282. Windows color (decimal): -9077811 or 13466485. OLE color: 13466485.

HSL color Cylindrical-coordinate representation of color #757BCD: hue angle of 235.91º 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 #757BCD is Cyan = 0.43, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB117123205-
CMYK0.430.400.20
HSL235.91º46.81%63.14%-
HSV(B)235.91º42.93%80.39%-
XYZ25.4422.3660.73-
YUV130.55170.01118.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.29%
GREEN value IS 123 (48.44% from 255) = 27.64%
BLUE value IS 205 (80.47% from 255) = 46.07%
R=26.29%
G=27.64%
B=46.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171232050.430.400.20235.9146.8163.14
Hex757BCD2B28014ec2f3f
Octal16517331553500243545777
Binary111010111110111100110110101110100001010011101100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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