#765DFD

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

Shades of Medium Slate Blue #765DFD

Tints of Medium Slate Blue #765DFD

Color information

#765DFD (or 0x765DFD) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 5D and FD. RGB value is (118,93,253). Sum of RGB (Red+Green+Blue) = 118+93+253=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #765DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765DFD is #89A202. Grayscale: #767676. Windows color (decimal): -9019907 or 16604534. OLE color: 16604534.

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

Color convert

RGB11893253-
CMYK0.530.6300.01
HSL249.38º97.56%67.84%-
HSV(B)249.38º63.24%99.22%-
XYZ29.1218.7795.02-
YUV118.71203.78127.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.43%
GREEN value IS 93 (36.72% from 255) = 20.04%
BLUE value IS 253 (99.22% from 255) = 54.53%
R=25.43%
G=20.04%
B=54.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal118932530.530.6300.01249.3897.5667.84
Hex765DFD353F01f96244
Octal166135375657701371142104
Binary1110110101110111111101110101111111011111100111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765DFD; }

 p { color: rgb(118,93,253); }

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

<style>
 a { background-color: #765DFD; }

 a { background-color: rgb(118,93,253); }

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

<style>
 span { border-color: #765DFD; }

 span { border-color: rgb(118,93,253); }

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