#7f7cce

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

Shades of Moody Blue #7F7CCE

Tints of Moody Blue #7F7CCE

Color information

#7F7CCE (or 0x7F7CCE) is unknown color: approx Moody Blue. HEX triplet: 7F, 7C and CE. RGB value is (127,124,206). Sum of RGB (Red+Green+Blue) = 127+124+206=457 (60% of max value = 765). Red value is 127 (50% from 255 or 27.79% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F7CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7CCE is #808331. Grayscale: #858585. Windows color (decimal): -8422194 or 13532287. OLE color: 13532287.

HSL color Cylindrical-coordinate representation of color #7F7CCE: hue angle of 242.2º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F7CCE is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB127124206-
CMYK0.380.4000.19
HSL242.2º45.56%64.71%-
HSV(B)242.2º39.81%80.78%-
XYZ27.123.3861.48-
YUV134.24168.49122.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.79%
GREEN value IS 124 (48.83% from 255) = 27.13%
BLUE value IS 206 (80.86% from 255) = 45.08%
R=27.79%
G=27.13%
B=45.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1271242060.380.4000.19242.245.5664.71
Hex7F7CCE2628013f22e41
Octal177174316465002336256101
Binary1111111111110011001110100110101000010011111100101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f7cce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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