#7C75CD

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

Shades of Moody Blue #7C75CD

Tints of Moody Blue #7C75CD

Color information

#7C75CD (or 0x7C75CD) is unknown color: approx Moody Blue. HEX triplet: 7C, 75 and CD. RGB value is (124,117,205). Sum of RGB (Red+Green+Blue) = 124+117+205=446 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.80% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C75CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C75CD is #838A32. Grayscale: #808080. Windows color (decimal): -8620595 or 13464956. OLE color: 13464956.

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

Color convert

RGB124117205-
CMYK0.400.4300.20
HSL244.77º46.81%63.14%-
HSV(B)244.77º42.93%80.39%-
XYZ25.6921.4260.54-
YUV129.12170.82124.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.80%
GREEN value IS 117 (46.09% from 255) = 26.23%
BLUE value IS 205 (80.47% from 255) = 45.96%
R=27.80%
G=26.23%
B=45.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241172050.400.4300.20244.7746.8163.14
Hex7C75CD282B014f52f3f
Octal17416531550530243655777
Binary111110011101011100110110100010101101010011110101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C75CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C75CD; }

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

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

<style>
 a { background-color: #7C75CD; }

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

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

<style>
 span { border-color: #7C75CD; }

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

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