#7F6CEB

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

Shades of Medium Slate Blue #7F6CEB

Tints of Medium Slate Blue #7F6CEB

Color information

#7F6CEB (or 0x7F6CEB) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 6C and EB. RGB value is (127,108,235). Sum of RGB (Red+Green+Blue) = 127+108+235=470 (62% of max value = 765). Red value is 127 (50% from 255 or 27.02% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #7F6CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F6CEB is #809314. Grayscale: #7F7F7F. Windows color (decimal): -8426261 or 15428735. OLE color: 15428735.

HSL color Cylindrical-coordinate representation of color #7F6CEB: hue angle of 248.98º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F6CEB is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB127108235-
CMYK0.460.5400.08
HSL248.98º76.05%67.25%-
HSV(B)248.98º54.04%92.16%-
XYZ29.1121.2481.16-
YUV128.16188.29127.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.02%
GREEN value IS 108 (42.58% from 255) = 22.98%
BLUE value IS 235 (92.19% from 255) = 50%
R=27.02%
G=22.98%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1271082350.460.5400.08248.9876.0567.25
Hex7F6CEB2E3608f94c43
Octal1771543535666010371114103
Binary1111111110110011101011101110110110010001111100110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,108,235); }

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

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

 a { background-color: rgb(127,108,235); }

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

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

 span { border-color: rgb(127,108,235); }

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