#757BCA

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

Shades of Moody Blue #757BCA

Tints of Moody Blue #757BCA

Color information

#757BCA (or 0x757BCA) is unknown color: approx Moody Blue. HEX triplet: 75, 7B and CA. RGB value is (117,123,202). Sum of RGB (Red+Green+Blue) = 117+123+202=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #757BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757BCA is #8A8435. Grayscale: #818181. Windows color (decimal): -9077814 or 13269877. OLE color: 13269877.

HSL color Cylindrical-coordinate representation of color #757BCA: hue angle of 235.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #757BCA is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB117123202-
CMYK0.420.3900.21
HSL235.76º44.5%62.55%-
HSV(B)235.76º42.08%79.22%-
XYZ25.0822.2158.84-
YUV130.21168.51118.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.47%
GREEN value IS 123 (48.44% from 255) = 27.83%
BLUE value IS 202 (79.30% from 255) = 45.70%
R=26.47%
G=27.83%
B=45.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171232020.420.3900.21235.7644.562.55
Hex757BCA2A27015ec2d3f
Octal16517331252470253545577
Binary111010111110111100101010101010011101010111101100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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