#7B60FE

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

Shades of Medium Slate Blue #7B60FE

Tints of Medium Slate Blue #7B60FE

Color information

#7B60FE (or 0x7B60FE) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 60 and FE. RGB value is (123,96,254). Sum of RGB (Red+Green+Blue) = 123+96+254=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B60FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B60FE is #849F01. Grayscale: #797979. Windows color (decimal): -8691458 or 16670843. OLE color: 16670843.

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

Color convert

RGB12396254-
CMYK0.520.6200.00
HSL250.25º98.75%68.63%-
HSV(B)250.25º62.2%99.61%-
XYZ30.2419.7395.98-
YUV122.08202.45128.65-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.00%
GREEN value IS 96 (37.89% from 255) = 20.30%
BLUE value IS 254 (99.61% from 255) = 53.70%
R=26.00%
G=20.30%
B=53.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal123962540.520.6200.00250.2598.7568.63
Hex7B60FE343E00fa6345
Octal173140376647600372143105
Binary1111011110000011111110110100111110001111101011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B60FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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