Html Css Color HEX #755DEE Medium Slate Blue

📋 copy color: '#755DEE'

red 117 ◦ green 93 ◦ blue 238

#755DEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #755DEE

Tints of Medium Slate Blue #755DEE

RGB

 RED value IS 117 (46.09% from 255) = 26.12%

 GREEN value IS 93 (36.72% from 255) = 20.76%

 BLUE value IS 238 (93.36% from 255) = 53.13%

R = 26.12%
G = 20.76%
B = 53.13%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#755DEE (or 0x755DEE) is known color: Medium Slate Blue. HEX triplet: 75, 5D and EE. RGB value is (117,93,238). Sum of RGB (Red+Green+Blue) = 117+93+238=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #755DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755DEE is #8AA211. Grayscale: #747474. Windows color (decimal): -9085458 or 15621493. OLE color: 15621493.

HSL color Cylindrical-coordinate representation of color #755DEE: hue angle of 249.93º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #755DEE is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 93 238 -
CMYK 0.51 0.61 0 0.07
HSL 249.93º 0.81% 0.65% -
HSV(B) 249.93º 0.61% 0.93% -
XYZ 26.68 17.78 82.92 -
YUV 116.71 196.45 128.21 -
System Red Green Blue C M Y K H S L
Decimal 117 93 238 0.51 0.61 0 0.07 249.93 0.81 0.65
Hex 75 5D EE 33 3D 0 7 FA 51 41
Octal 165 135 356 63 75 0 7 372 121 101
Binary 1110101 1011101 11101110 110011 111101 0 111 11111010 1010001 1000001

Color Harmonies of #755DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755DEE

Black with #755DEE

Text Example


Text Example

White with #755DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #755DEE;
 }
 .AnyTagClassName
 {
   color: #755DEE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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