#755DEA

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

Shades of Medium Slate Blue #755DEA

Tints of Medium Slate Blue #755DEA

Color information

#755DEA (or 0x755DEA) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 5D and EA. RGB value is (117,93,234). Sum of RGB (Red+Green+Blue) = 117+93+234=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #755DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755DEA is #8AA215. Grayscale: #737373. Windows color (decimal): -9085462 or 15359349. OLE color: 15359349.

HSL color Cylindrical-coordinate representation of color #755DEA: hue angle of 250.21º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #755DEA is Cyan = 0.5, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11793234-
CMYK0.50.6000.08
HSL250.21º77.05%64.12%-
HSV(B)250.21º60.26%91.76%-
XYZ26.117.5579.85-
YUV116.25194.45128.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.35%
GREEN value IS 93 (36.72% from 255) = 20.95%
BLUE value IS 234 (91.80% from 255) = 52.70%
R=26.35%
G=20.95%
B=52.70%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal117932340.50.6000.08250.2177.0564.12
Hex755DEA323C08fa4d40
Octal1651353526274010372115100
Binary1110101101110111101010110010111100010001111101010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755DEA; }

 p { color: rgb(117,93,234); }

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

<style>
 a { background-color: #755DEA; }

 a { background-color: rgb(117,93,234); }

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

<style>
 span { border-color: #755DEA; }

 span { border-color: rgb(117,93,234); }

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