Html Css Color HEX #755DF7 Medium Slate Blue

📋 copy color: '#755DF7'

red 117 ◦ green 93 ◦ blue 247

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

Shades of Medium Slate Blue #755DF7

Tints of Medium Slate Blue #755DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 54.05%

R = 25.6%
G = 20.35%
B = 54.05%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#755DF7 (or 0x755DF7) is known color: Medium Slate Blue. HEX triplet: 75, 5D and F7. RGB value is (117,93,247). Sum of RGB (Red+Green+Blue) = 117+93+247=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 247 (96.88% from 255 or 54.05% from 457); Max value from RGB is 247 - color contains mainly: blue. Hex color #755DF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755DF7 is #8AA208. Grayscale: #757575. Windows color (decimal): -9085449 or 16211317. OLE color: 16211317.

HSL color Cylindrical-coordinate representation of color #755DF7: hue angle of 249.35º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #755DF7 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 117 93 247 -
CMYK 0.53 0.62 0 0.03
HSL 249.35º 0.91% 0.67% -
HSV(B) 249.35º 0.62% 0.97% -
XYZ 28.04 18.33 90.06 -
YUV 117.73 200.95 127.48 -
System Red Green Blue C M Y K H S L
Decimal 117 93 247 0.53 0.62 0 0.03 249.35 0.91 0.67
Hex 75 5D F7 35 3E 0 3 F9 5B 43
Octal 165 135 367 65 76 0 3 371 133 103
Binary 1110101 1011101 11110111 110101 111110 0 11 11111001 1011011 1000011

Color Harmonies of #755DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755DF7

Black with #755DF7

Text Example


Text Example

White with #755DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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