Html Css Color HEX #755FF0 Medium Slate Blue

📋 copy color: '#755FF0'

red 117 ◦ green 95 ◦ blue 240

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

Shades of Medium Slate Blue #755FF0

Tints of Medium Slate Blue #755FF0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.02%

 BLUE value IS 240 (94.14% from 255) = 53.1%

R = 25.88%
G = 21.02%
B = 53.1%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#755FF0 (or 0x755FF0) is known color: Medium Slate Blue. HEX triplet: 75, 5F and F0. RGB value is (117,95,240). Sum of RGB (Red+Green+Blue) = 117+95+240=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 240 (94.14% from 255 or 53.10% from 452); Max value from RGB is 240 - color contains mainly: blue. Hex color #755FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755FF0 is #8AA00F. Grayscale: #757575. Windows color (decimal): -9084944 or 15753077. OLE color: 15753077.

HSL color Cylindrical-coordinate representation of color #755FF0: hue angle of 249.1º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #755FF0 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 95 240 -
CMYK 0.51 0.60 0 0.06
HSL 249.1º 0.83% 0.66% -
HSV(B) 249.1º 0.6% 0.94% -
XYZ 27.16 18.26 84.53 -
YUV 118.11 196.79 127.21 -
System Red Green Blue C M Y K H S L
Decimal 117 95 240 0.51 0.60 0 0.06 249.1 0.83 0.66
Hex 75 5F F0 33 3C 0 6 F9 53 42
Octal 165 137 360 63 74 0 6 371 123 102
Binary 1110101 1011111 11110000 110011 111100 0 110 11111001 1010011 1000010

Color Harmonies of #755FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755FF0

Black with #755FF0

Text Example


Text Example

White with #755FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,95,240); }

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

background-color css

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

 a { background-color: rgb(117,95,240); }

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

border-color css

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

 span { border-color: rgb(117,95,240); }

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