#7B55FE

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

Shades of Medium Slate Blue #7B55FE

Tints of Medium Slate Blue #7B55FE

Color information

#7B55FE (or 0x7B55FE) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 55 and FE. RGB value is (123,85,254). Sum of RGB (Red+Green+Blue) = 123+85+254=462 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.62% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B55FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B55FE is #84AA01. Grayscale: #727272. Windows color (decimal): -8694274 or 16668027. OLE color: 16668027.

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

Color convert

RGB12385254-
CMYK0.520.6700.00
HSL253.49º98.83%66.47%-
HSV(B)253.49º66.54%99.61%-
XYZ29.3117.8695.67-
YUV115.63206.09133.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.62%
GREEN value IS 85 (33.59% from 255) = 18.40%
BLUE value IS 254 (99.61% from 255) = 54.98%
R=26.62%
G=18.40%
B=54.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal123852540.520.6700.00253.4998.8366.47
Hex7B55FE344300fd6342
Octal1731253766410300375143102
Binary11110111010101111111101101001000011001111110111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B55FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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