#7D75CD

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

Shades of Moody Blue #7D75CD

Tints of Moody Blue #7D75CD

Color information

#7D75CD (or 0x7D75CD) is unknown color: approx Moody Blue. HEX triplet: 7D, 75 and CD. RGB value is (125,117,205). Sum of RGB (Red+Green+Blue) = 125+117+205=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D75CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D75CD is #828A32. Grayscale: #818181. Windows color (decimal): -8555059 or 13464957. OLE color: 13464957.

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

Color convert

RGB125117205-
CMYK0.390.4300.20
HSL245.45º46.81%63.14%-
HSV(B)245.45º42.93%80.39%-
XYZ25.8421.4960.54-
YUV129.42170.65124.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.96%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 205 (80.47% from 255) = 45.86%
R=27.96%
G=26.17%
B=45.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251172050.390.4300.20245.4546.8163.14
Hex7D75CD272B014f52f3f
Octal17516531547530243655777
Binary111110111101011100110110011110101101010011110101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D75CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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