#7D69BA

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

Shades of Moody Blue #7D69BA

Tints of Moody Blue #7D69BA

Color information

#7D69BA (or 0x7D69BA) is unknown color: approx Moody Blue. HEX triplet: 7D, 69 and BA. RGB value is (125,105,186). Sum of RGB (Red+Green+Blue) = 125+105+186=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D69BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D69BA is #829645. Grayscale: #777777. Windows color (decimal): -8558150 or 12216701. OLE color: 12216701.

HSL color Cylindrical-coordinate representation of color #7D69BA: hue angle of 254.81º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D69BA is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB125105186-
CMYK0.330.4400.27
HSL254.81º36.99%57.06%-
HSV(B)254.81º43.55%72.94%-
XYZ22.3718.0148.75-
YUV120.21165.13131.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.05%
GREEN value IS 105 (41.41% from 255) = 25.24%
BLUE value IS 186 (73.05% from 255) = 44.71%
R=30.05%
G=25.24%
B=44.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251051860.330.4400.27254.8136.9957.06
Hex7D69BA212C01Bff2539
Octal17515127241540333774571
Binary111110111010011011101010000110110001101111111111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D69BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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