#7C55FD

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

Shades of Medium Slate Blue #7C55FD

Tints of Medium Slate Blue #7C55FD

Color information

#7C55FD (or 0x7C55FD) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 55 and FD. RGB value is (124,85,253). Sum of RGB (Red+Green+Blue) = 124+85+253=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #7C55FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C55FD is #83AA02. Grayscale: #737373. Windows color (decimal): -8628739 or 16602492. OLE color: 16602492.

HSL color Cylindrical-coordinate representation of color #7C55FD: hue angle of 253.93º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C55FD is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12485253-
CMYK0.510.6600.01
HSL253.93º97.67%66.27%-
HSV(B)253.93º66.4%99.22%-
XYZ29.2917.8794.83-
YUV115.81205.42133.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.84%
GREEN value IS 85 (33.59% from 255) = 18.40%
BLUE value IS 253 (99.22% from 255) = 54.76%
R=26.84%
G=18.40%
B=54.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal124852530.510.6600.01253.9397.6766.27
Hex7C55FD334201fe6242
Octal1741253756310201376142102
Binary11111001010101111111011100111000010011111111011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C55FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,85,253); }

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

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

 a { background-color: rgb(124,85,253); }

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

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

 span { border-color: rgb(124,85,253); }

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