#7D69C7

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

Shades of Moody Blue #7D69C7

Tints of Moody Blue #7D69C7

Color information

#7D69C7 (or 0x7D69C7) is unknown color: approx Moody Blue. HEX triplet: 7D, 69 and C7. RGB value is (125,105,199). Sum of RGB (Red+Green+Blue) = 125+105+199=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 199 (78.12% from 255 or 46.39% from 429); Max value from RGB is 199 - color contains mainly: blue. Hex color #7D69C7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D69C7 is #829638. Grayscale: #797979. Windows color (decimal): -8558137 or 13068669. OLE color: 13068669.

HSL color Cylindrical-coordinate representation of color #7D69C7: hue angle of 252.77º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D69C7 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB125105199-
CMYK0.370.4700.22
HSL252.77º45.63%59.61%-
HSV(B)252.77º47.24%78.04%-
XYZ23.8218.5956.37-
YUV121.7171.63130.36-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.14%
GREEN value IS 105 (41.41% from 255) = 24.48%
BLUE value IS 199 (78.12% from 255) = 46.39%
R=29.14%
G=24.48%
B=46.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1251051990.370.4700.22252.7745.6359.61
Hex7D69C7252F016fd2e3c
Octal17515130745570263755674
Binary111110111010011100011110010110111101011011111101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D69C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,105,199); }

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

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

 a { background-color: rgb(125,105,199); }

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

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

 span { border-color: rgb(125,105,199); }

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