#7D75C1

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

Shades of Moody Blue #7D75C1

Tints of Moody Blue #7D75C1

Color information

#7D75C1 (or 0x7D75C1) is unknown color: approx Moody Blue. HEX triplet: 7D, 75 and C1. RGB value is (125,117,193). Sum of RGB (Red+Green+Blue) = 125+117+193=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: blue. Hex color #7D75C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D75C1 is #828A3E. Grayscale: #7F7F7F. Windows color (decimal): -8555071 or 12678525. OLE color: 12678525.

HSL color Cylindrical-coordinate representation of color #7D75C1: hue angle of 246.32º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D75C1 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB125117193-
CMYK0.350.3900.24
HSL246.32º38%60.78%-
HSV(B)246.32º39.38%75.69%-
XYZ24.4420.9353.2-
YUV128.06164.65125.82-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.74%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 193 (75.78% from 255) = 44.37%
R=28.74%
G=26.90%
B=44.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251171930.350.3900.24246.323860.78
Hex7D75C12327018f6263d
Octal17516530143470303664675
Binary111110111101011100000110001110011101100011110110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D75C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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