#7D6FCE

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

Shades of Moody Blue #7D6FCE

Tints of Moody Blue #7D6FCE

Color information

#7D6FCE (or 0x7D6FCE) is unknown color: approx Moody Blue. HEX triplet: 7D, 6F and CE. RGB value is (125,111,206). Sum of RGB (Red+Green+Blue) = 125+111+206=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D6FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6FCE is #829031. Grayscale: #7D7D7D. Windows color (decimal): -8556594 or 13528957. OLE color: 13528957.

HSL color Cylindrical-coordinate representation of color #7D6FCE: hue angle of 248.84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D6FCE is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125111206-
CMYK0.390.4600.19
HSL248.84º49.22%62.16%-
HSV(B)248.84º46.12%80.78%-
XYZ25.2820.1960.96-
YUV126.02173.14127.28-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.28%
GREEN value IS 111 (43.75% from 255) = 25.11%
BLUE value IS 206 (80.86% from 255) = 46.61%
R=28.28%
G=25.11%
B=46.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251112060.390.4600.19248.8449.2262.16
Hex7D6FCE272E013f9313e
Octal17515731647560233716176
Binary111110111011111100111010011110111001001111111001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,111,206); }

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

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

 a { background-color: rgb(125,111,206); }

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

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

 span { border-color: rgb(125,111,206); }

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