#765EFD

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

Shades of Medium Slate Blue #765EFD

Tints of Medium Slate Blue #765EFD

Color information

#765EFD (or 0x765EFD) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 5E and FD. RGB value is (118,94,253). Sum of RGB (Red+Green+Blue) = 118+94+253=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #765EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765EFD is #89A102. Grayscale: #767676. Windows color (decimal): -9019651 or 16604790. OLE color: 16604790.

HSL color Cylindrical-coordinate representation of color #765EFD: hue angle of 249.06º 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 #765EFD is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB11894253-
CMYK0.530.6300.01
HSL249.06º97.55%68.04%-
HSV(B)249.06º62.85%99.22%-
XYZ29.218.9595.05-
YUV119.3203.45127.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.38%
GREEN value IS 94 (37.11% from 255) = 20.22%
BLUE value IS 253 (99.22% from 255) = 54.41%
R=25.38%
G=20.22%
B=54.41%

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
Decimal118942530.530.6300.01249.0697.5568.04
Hex765EFD353F01f96244
Octal166136375657701371142104
Binary1110110101111011111101110101111111011111100111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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