#7B4DFE

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

Shades of Medium Slate Blue #7B4DFE

Tints of Medium Slate Blue #7B4DFE

Color information

#7B4DFE (or 0x7B4DFE) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 4D and FE. RGB value is (123,77,254). Sum of RGB (Red+Green+Blue) = 123+77+254=454 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.09% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B4DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B4DFE is #84B201. Grayscale: #6E6E6E. Windows color (decimal): -8696322 or 16665979. OLE color: 16665979.

HSL color Cylindrical-coordinate representation of color #7B4DFE: hue angle of 255.59º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B4DFE is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB12377254-
CMYK0.520.7000.00
HSL255.59º98.88%64.9%-
HSV(B)255.59º69.69%99.61%-
XYZ28.7116.6795.47-
YUV110.93208.74136.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.09%
GREEN value IS 77 (30.47% from 255) = 16.96%
BLUE value IS 254 (99.61% from 255) = 55.95%
R=27.09%
G=16.96%
B=55.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal123772540.520.7000.00255.5998.8864.9
Hex7B4DFE3446001006341
Octal1731153766410600400143101
Binary111101110011011111111011010010001100010000000011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,77,254); }

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

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

 a { background-color: rgb(123,77,254); }

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

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

 span { border-color: rgb(123,77,254); }

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