#7F6ED5

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

Shades of Moody Blue #7F6ED5

Tints of Moody Blue #7F6ED5

Color information

#7F6ED5 (or 0x7F6ED5) is unknown color: approx Moody Blue. HEX triplet: 7F, 6E and D5. RGB value is (127,110,213). Sum of RGB (Red+Green+Blue) = 127+110+213=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #7F6ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6ED5 is #80912A. Grayscale: #7E7E7E. Windows color (decimal): -8425771 or 13987455. OLE color: 13987455.

HSL color Cylindrical-coordinate representation of color #7F6ED5: hue angle of 249.9º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F6ED5 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB127110213-
CMYK0.400.4800.16
HSL249.9º55.08%63.33%-
HSV(B)249.9º48.36%83.53%-
XYZ26.3420.4765.51-
YUV126.82176.63128.12-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.22%
GREEN value IS 110 (43.36% from 255) = 24.44%
BLUE value IS 213 (83.59% from 255) = 47.33%
R=28.22%
G=24.44%
B=47.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1271102130.400.4800.16249.955.0863.33
Hex7F6ED52830010fa373f
Octal17715632550600203726777
Binary111111111011101101010110100011000001000011111010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,110,213); }

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

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

 a { background-color: rgb(127,110,213); }

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

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

 span { border-color: rgb(127,110,213); }

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