#7575CA

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

Shades of Moody Blue #7575CA

Tints of Moody Blue #7575CA

Color information

#7575CA (or 0x7575CA) is unknown color: approx Moody Blue. HEX triplet: 75, 75 and CA. RGB value is (117,117,202). Sum of RGB (Red+Green+Blue) = 117+117+202=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #7575CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7575CA is #8A8A35. Grayscale: #7E7E7E. Windows color (decimal): -9079350 or 13268341. OLE color: 13268341.

HSL color Cylindrical-coordinate representation of color #7575CA: hue angle of 240º 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 #7575CA is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB117117202-
CMYK0.420.4200.21
HSL240º44.5%62.55%-
HSV(B)240º42.08%79.22%-
XYZ24.3620.7758.6-
YUV126.69170.5121.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.83%
GREEN value IS 117 (46.09% from 255) = 26.83%
BLUE value IS 202 (79.30% from 255) = 46.33%
R=26.83%
G=26.83%
B=46.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171172020.420.4200.2124044.562.55
Hex7575CA2A2A015f02d3f
Octal16516531252520253605577
Binary111010111101011100101010101010101001010111110000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7575CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7575CA; }

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

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

<style>
 a { background-color: #7575CA; }

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

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

<style>
 span { border-color: #7575CA; }

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

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