#7F6ABE

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

Shades of Moody Blue #7F6ABE

Tints of Moody Blue #7F6ABE

Color information

#7F6ABE (or 0x7F6ABE) is unknown color: approx Moody Blue. HEX triplet: 7F, 6A and BE. RGB value is (127,106,190). Sum of RGB (Red+Green+Blue) = 127+106+190=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F6ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6ABE is #809541. Grayscale: #797979. Windows color (decimal): -8426818 or 12479103. OLE color: 12479103.

HSL color Cylindrical-coordinate representation of color #7F6ABE: hue angle of 255º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F6ABE is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB127106190-
CMYK0.330.4400.25
HSL255º39.25%58.04%-
HSV(B)255º44.21%74.51%-
XYZ23.218.5451.07-
YUV121.85166.46131.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.02%
GREEN value IS 106 (41.80% from 255) = 25.06%
BLUE value IS 190 (74.61% from 255) = 44.92%
R=30.02%
G=25.06%
B=44.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271061900.330.4400.2525539.2558.04
Hex7F6ABE212C019ff273a
Octal17715227641540313774772
Binary111111111010101011111010000110110001100111111111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,106,190); }

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

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

 a { background-color: rgb(127,106,190); }

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

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

 span { border-color: rgb(127,106,190); }

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