#7752FD

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

Shades of Medium Slate Blue #7752FD

Tints of Medium Slate Blue #7752FD

Color information

#7752FD (or 0x7752FD) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 52 and FD. RGB value is (119,82,253). Sum of RGB (Red+Green+Blue) = 119+82+253=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #7752FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7752FD is #88AD02. Grayscale: #6F6F6F. Windows color (decimal): -8957187 or 16601719. OLE color: 16601719.

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

Color convert

RGB11982253-
CMYK0.530.6800.01
HSL252.98º97.71%65.69%-
HSV(B)252.98º67.59%99.22%-
XYZ28.3517.0594.72-
YUV112.56207.26132.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.21%
GREEN value IS 82 (32.42% from 255) = 18.06%
BLUE value IS 253 (99.22% from 255) = 55.73%
R=26.21%
G=18.06%
B=55.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal119822530.530.6800.01252.9897.7165.69
Hex7752FD354401fd6242
Octal1671223756510401375142102
Binary11101111010010111111011101011000100011111110111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7752FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7752FD; }

 p { color: rgb(119,82,253); }

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

<style>
 a { background-color: #7752FD; }

 a { background-color: rgb(119,82,253); }

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

<style>
 span { border-color: #7752FD; }

 span { border-color: rgb(119,82,253); }

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