#7F7ED6

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

Shades of Moody Blue #7F7ED6

Tints of Moody Blue #7F7ED6

Color information

#7F7ED6 (or 0x7F7ED6) is unknown color: approx Moody Blue. HEX triplet: 7F, 7E and D6. RGB value is (127,126,214). Sum of RGB (Red+Green+Blue) = 127+126+214=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #7F7ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7ED6 is #808129. Grayscale: #878787. Windows color (decimal): -8421674 or 14057087. OLE color: 14057087.

HSL color Cylindrical-coordinate representation of color #7F7ED6: hue angle of 240.68º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7F7ED6 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB127126214-
CMYK0.410.4100.16
HSL240.68º51.76%66.67%-
HSV(B)240.68º41.12%83.92%-
XYZ28.3524.2966.81-
YUV136.33171.83121.34-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.19%
GREEN value IS 126 (49.61% from 255) = 26.98%
BLUE value IS 214 (83.98% from 255) = 45.82%
R=27.19%
G=26.98%
B=45.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1271262140.410.4100.16240.6851.7666.67
Hex7F7ED62929010f13443
Octal177176326515102036164103
Binary1111111111111011010110101001101001010000111100011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,126,214); }

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

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

 a { background-color: rgb(127,126,214); }

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

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

 span { border-color: rgb(127,126,214); }

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