#7B5FFF

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

Shades of Medium Slate Blue #7B5FFF

Tints of Medium Slate Blue #7B5FFF

Color information

#7B5FFF (or 0x7B5FFF) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 5F and FF. RGB value is (123,95,255). Sum of RGB (Red+Green+Blue) = 123+95+255=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B5FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5FFF is #84A000. Grayscale: #787878. Windows color (decimal): -8691713 or 16736123. OLE color: 16736123.

HSL color Cylindrical-coordinate representation of color #7B5FFF: hue angle of 250.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B5FFF is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB12395255-
CMYK0.520.6300
HSL250.5º100%68.63%-
HSV(B)250.5º62.75%100%-
XYZ30.3119.6296.8-
YUV121.61203.28128.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.00%
GREEN value IS 95 (37.5% from 255) = 20.08%
BLUE value IS 255 (100% from 255) = 53.91%
R=26.00%
G=20.08%
B=53.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal123952550.520.6300250.510068.63
Hex7B5FFF343F00fa6445
Octal173137377647700372144105
Binary1111011101111111111111110100111111001111101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,95,255); }

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

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

 a { background-color: rgb(123,95,255); }

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

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

 span { border-color: rgb(123,95,255); }

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