#7D55FD

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

Shades of Medium Slate Blue #7D55FD

Tints of Medium Slate Blue #7D55FD

Color information

#7D55FD (or 0x7D55FD) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 55 and FD. RGB value is (125,85,253). Sum of RGB (Red+Green+Blue) = 125+85+253=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D55FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D55FD is #82AA02. Grayscale: #737373. Windows color (decimal): -8563203 or 16602493. OLE color: 16602493.

HSL color Cylindrical-coordinate representation of color #7D55FD: hue angle of 254.29º 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 #7D55FD is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12585253-
CMYK0.510.6600.01
HSL254.29º97.67%66.27%-
HSV(B)254.29º66.4%99.22%-
XYZ29.4417.9594.84-
YUV116.11205.25134.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.00%
GREEN value IS 85 (33.59% from 255) = 18.36%
BLUE value IS 253 (99.22% from 255) = 54.64%
R=27.00%
G=18.36%
B=54.64%

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
Decimal125852530.510.6600.01254.2997.6766.27
Hex7D55FD334201fe6242
Octal1751253756310201376142102
Binary11111011010101111111011100111000010011111111011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D55FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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