#7F6DCE

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

Shades of Moody Blue #7F6DCE

Tints of Moody Blue #7F6DCE

Color information

#7F6DCE (or 0x7F6DCE) is unknown color: approx Moody Blue. HEX triplet: 7F, 6D and CE. RGB value is (127,109,206). Sum of RGB (Red+Green+Blue) = 127+109+206=442 (58% of max value = 765). Red value is 127 (50% from 255 or 28.73% from 442); Green value is 109 (42.97% from 255 or 24.66% 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 #7F6DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6DCE is #809231. Grayscale: #7D7D7D. Windows color (decimal): -8426034 or 13528447. OLE color: 13528447.

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

Color convert

RGB127109206-
CMYK0.380.4700.19
HSL251.13º49.74%61.76%-
HSV(B)251.13º47.09%80.78%-
XYZ25.3619.9160.9-
YUV125.44173.46129.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.73%
GREEN value IS 109 (42.97% from 255) = 24.66%
BLUE value IS 206 (80.86% from 255) = 46.61%
R=28.73%
G=24.66%
B=46.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1271092060.380.4700.19251.1349.7461.76
Hex7F6DCE262F013fb323e
Octal17715531646570233736276
Binary111111111011011100111010011010111101001111111011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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