#7F6BDB

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

Shades of Medium Slate Blue #7F6BDB

Tints of Medium Slate Blue #7F6BDB

Color information

#7F6BDB (or 0x7F6BDB) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 6B and DB. RGB value is (127,107,219). Sum of RGB (Red+Green+Blue) = 127+107+219=453 (60% of max value = 765). Red value is 127 (50% from 255 or 28.04% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F6BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6BDB is #809424. Grayscale: #7D7D7D. Windows color (decimal): -8426533 or 14379903. OLE color: 14379903.

HSL color Cylindrical-coordinate representation of color #7F6BDB: hue angle of 250.71º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F6BDB is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB127107219-
CMYK0.420.5100.14
HSL250.71º60.87%63.92%-
HSV(B)250.71º51.14%85.88%-
XYZ26.820.1469.49-
YUV125.75180.63128.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.04%
GREEN value IS 107 (42.19% from 255) = 23.62%
BLUE value IS 219 (85.94% from 255) = 48.34%
R=28.04%
G=23.62%
B=48.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1271072190.420.5100.14250.7160.8763.92
Hex7F6BDB2A330Efb3d40
Octal177153333526301637375100
Binary111111111010111101101110101011001101110111110111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,107,219); }

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

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

 a { background-color: rgb(127,107,219); }

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

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

 span { border-color: rgb(127,107,219); }

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