#7F6FBF

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

Shades of Moody Blue #7F6FBF

Tints of Moody Blue #7F6FBF

Color information

#7F6FBF (or 0x7F6FBF) is unknown color: approx Moody Blue. HEX triplet: 7F, 6F and BF. RGB value is (127,111,191). Sum of RGB (Red+Green+Blue) = 127+111+191=429 (56% of max value = 765). Red value is 127 (50% from 255 or 29.60% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F6FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6FBF is #809040. Grayscale: #7C7C7C. Windows color (decimal): -8425537 or 12545919. OLE color: 12545919.

HSL color Cylindrical-coordinate representation of color #7F6FBF: hue angle of 252º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F6FBF is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB127111191-
CMYK0.340.4200.25
HSL252º38.46%59.22%-
HSV(B)252º41.88%74.9%-
XYZ23.8419.6451.83-
YUV124.9165.3129.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.60%
GREEN value IS 111 (43.75% from 255) = 25.87%
BLUE value IS 191 (75% from 255) = 44.52%
R=29.60%
G=25.87%
B=44.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271111910.340.4200.2525238.4659.22
Hex7F6FBF222A019fc263b
Octal17715727742520313744673
Binary111111111011111011111110001010101001100111111100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,111,191); }

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

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

 a { background-color: rgb(127,111,191); }

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

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

 span { border-color: rgb(127,111,191); }

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