#7F45FC

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

Shades of Medium Slate Blue #7F45FC

Tints of Medium Slate Blue #7F45FC

Color information

#7F45FC (or 0x7F45FC) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 45 and FC. RGB value is (127,69,252). Sum of RGB (Red+Green+Blue) = 127+69+252=448 (59% of max value = 765). Red value is 127 (50% from 255 or 28.35% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F45FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F45FC is #80BA03. Grayscale: #6A6A6A. Windows color (decimal): -8436228 or 16532863. OLE color: 16532863.

HSL color Cylindrical-coordinate representation of color #7F45FC: hue angle of 259.02º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F45FC is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12769252-
CMYK0.500.7300.01
HSL259.02º96.83%62.94%-
HSV(B)259.02º72.62%98.82%-
XYZ28.4515.893.64-
YUV107.2209.72142.12-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.35%
GREEN value IS 69 (27.34% from 255) = 15.40%
BLUE value IS 252 (98.83% from 255) = 56.25%
R=28.35%
G=15.40%
B=56.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal127692520.500.7300.01259.0296.8362.94
Hex7F45FC324901103613f
Octal177105374621110140314177
Binary11111111000101111111001100101001001011000000111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F45FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,69,252); }

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

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

 a { background-color: rgb(127,69,252); }

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

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

 span { border-color: rgb(127,69,252); }

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