#7F6FBA

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

Shades of Moody Blue #7F6FBA

Tints of Moody Blue #7F6FBA

Color information

#7F6FBA (or 0x7F6FBA) is unknown color: approx Moody Blue. HEX triplet: 7F, 6F and BA. RGB value is (127,111,186). Sum of RGB (Red+Green+Blue) = 127+111+186=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F6FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6FBA is #809045. Grayscale: #7C7C7C. Windows color (decimal): -8425542 or 12218239. OLE color: 12218239.

HSL color Cylindrical-coordinate representation of color #7F6FBA: hue angle of 252.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F6FBA is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB127111186-
CMYK0.320.4000.27
HSL252.8º35.21%58.24%-
HSV(B)252.8º40.32%72.94%-
XYZ23.319.4348.98-
YUV124.33162.8129.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.95%
GREEN value IS 111 (43.75% from 255) = 26.18%
BLUE value IS 186 (73.05% from 255) = 43.87%
R=29.95%
G=26.18%
B=43.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271111860.320.4000.27252.835.2158.24
Hex7F6FBA202801Bfd233a
Octal17715727240500333754372
Binary111111111011111011101010000010100001101111111101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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