#7b56fe

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

Shades of Medium Slate Blue #7B56FE

Tints of Medium Slate Blue #7B56FE

Color information

#7B56FE (or 0x7B56FE) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 56 and FE. RGB value is (123,86,254). Sum of RGB (Red+Green+Blue) = 123+86+254=463 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.57% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B56FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B56FE is #84A901. Grayscale: #737373. Windows color (decimal): -8694018 or 16668283. OLE color: 16668283.

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

Color convert

RGB12386254-
CMYK0.520.6600.00
HSL253.21º98.82%66.67%-
HSV(B)253.21º66.14%99.61%-
XYZ29.3918.0295.7-
YUV116.22205.76132.84-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.57%
GREEN value IS 86 (33.98% from 255) = 18.57%
BLUE value IS 254 (99.61% from 255) = 54.86%
R=26.57%
G=18.57%
B=54.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal123862540.520.6600.00253.2198.8266.67
Hex7B56FE344200fd6343
Octal1731263766410200375143103
Binary11110111010110111111101101001000010001111110111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b56fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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