Html Css Color HEX #755DFF Medium Slate Blue

📋 copy color: '#755DFF'

red 117 ◦ green 93 ◦ blue 255

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

Shades of Medium Slate Blue #755DFF

Tints of Medium Slate Blue #755DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.84%

R = 25.16%
G = 20%
B = 54.84%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#755DFF (or 0x755DFF) is known color: Medium Slate Blue. HEX triplet: 75, 5D and FF. RGB value is (117,93,255). Sum of RGB (Red+Green+Blue) = 117+93+255=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #755DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755DFF is #8AA200. Grayscale: #767676. Windows color (decimal): -9085441 or 16735605. OLE color: 16735605.

HSL color Cylindrical-coordinate representation of color #755DFF: hue angle of 248.89º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #755DFF is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 93 255 -
CMYK 0.54 0.64 0 0
HSL 248.89º 1% 0.68% -
HSV(B) 248.89º 0.64% 1% -
XYZ 29.3 18.83 96.7 -
YUV 118.64 204.95 126.83 -
System Red Green Blue C M Y K H S L
Decimal 117 93 255 0.54 0.64 0 0 248.89 1 0.68
Hex 75 5D FF 36 40 0 0 F9 64 44
Octal 165 135 377 66 100 0 0 371 144 104
Binary 1110101 1011101 11111111 110110 1000000 0 0 11111001 1100100 1000100

Color Harmonies of #755DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755DFF

Black with #755DFF

Text Example


Text Example

White with #755DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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