#7D75DC

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

Shades of Moody Blue #7D75DC

Tints of Moody Blue #7D75DC

Color information

#7D75DC (or 0x7D75DC) is unknown color: approx Moody Blue. HEX triplet: 7D, 75 and DC. RGB value is (125,117,220). Sum of RGB (Red+Green+Blue) = 125+117+220=462 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.06% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D75DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D75DC is #828A23. Grayscale: #828282. Windows color (decimal): -8555044 or 14447997. OLE color: 14447997.

HSL color Cylindrical-coordinate representation of color #7D75DC: hue angle of 244.66º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D75DC is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB125117220-
CMYK0.430.4700.14
HSL244.66º59.54%66.08%-
HSV(B)244.66º46.82%86.27%-
XYZ27.7422.2570.54-
YUV131.13178.15123.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.06%
GREEN value IS 117 (46.09% from 255) = 25.32%
BLUE value IS 220 (86.33% from 255) = 47.62%
R=27.06%
G=25.32%
B=47.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251172200.430.4700.14244.6659.5466.08
Hex7D75DC2B2F0Ef53c42
Octal175165334535701636574102
Binary111110111101011101110010101110111101110111101011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D75DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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