#7F6DCD

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

Shades of Moody Blue #7F6DCD

Tints of Moody Blue #7F6DCD

Color information

#7F6DCD (or 0x7F6DCD) is unknown color: approx Moody Blue. HEX triplet: 7F, 6D and CD. RGB value is (127,109,205). Sum of RGB (Red+Green+Blue) = 127+109+205=441 (58% of max value = 765). Red value is 127 (50% from 255 or 28.80% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F6DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6DCD is #809232. Grayscale: #7C7C7C. Windows color (decimal): -8426035 or 13462911. OLE color: 13462911.

HSL color Cylindrical-coordinate representation of color #7F6DCD: hue angle of 251.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F6DCD is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB127109205-
CMYK0.380.4700.20
HSL251.25º48.98%61.57%-
HSV(B)251.25º46.83%80.39%-
XYZ25.2419.8660.26-
YUV125.33172.96129.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.80%
GREEN value IS 109 (42.97% from 255) = 24.72%
BLUE value IS 205 (80.47% from 255) = 46.49%
R=28.80%
G=24.72%
B=46.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1271092050.380.4700.20251.2548.9861.57
Hex7F6DCD262F014fb313e
Octal17715531546570243736176
Binary111111111011011100110110011010111101010011111011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,109,205); }

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

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

 a { background-color: rgb(127,109,205); }

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

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

 span { border-color: rgb(127,109,205); }

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