#7F6ECB

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

Shades of Moody Blue #7F6ECB

Tints of Moody Blue #7F6ECB

Color information

#7F6ECB (or 0x7F6ECB) is unknown color: approx Moody Blue. HEX triplet: 7F, 6E and CB. RGB value is (127,110,203). Sum of RGB (Red+Green+Blue) = 127+110+203=440 (58% of max value = 765). Red value is 127 (50% from 255 or 28.86% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F6ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6ECB is #809134. Grayscale: #7D7D7D. Windows color (decimal): -8425781 or 13332095. OLE color: 13332095.

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

Color convert

RGB127110203-
CMYK0.370.4600.20
HSL250.97º47.21%61.37%-
HSV(B)250.97º45.81%79.61%-
XYZ25.1119.9859.03-
YUV125.68171.63128.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.86%
GREEN value IS 110 (43.36% from 255) = 25%
BLUE value IS 203 (79.69% from 255) = 46.14%
R=28.86%
G=25%
B=46.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1271102030.370.4600.20250.9747.2161.37
Hex7F6ECB252E014fb2f3d
Octal17715631345560243735775
Binary111111111011101100101110010110111001010011111011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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