Html Css Color HEX #755BFF Medium Slate Blue

📋 copy color: '#755BFF'

red 117 ◦ green 91 ◦ blue 255

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

Shades of Medium Slate Blue #755BFF

Tints of Medium Slate Blue #755BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.65%

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

R = 25.27%
G = 19.65%
B = 55.08%

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

#755BFF (or 0x755BFF) is known color: Medium Slate Blue. HEX triplet: 75, 5B and FF. RGB value is (117,91,255). Sum of RGB (Red+Green+Blue) = 117+91+255=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #755BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755BFF is #8AA400. Grayscale: #747474. Windows color (decimal): -9085953 or 16735093. OLE color: 16735093.

HSL color Cylindrical-coordinate representation of color #755BFF: hue angle of 249.51º 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 #755BFF is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 91 255 -
CMYK 0.54 0.64 0 0
HSL 249.51º 1% 0.68% -
HSV(B) 249.51º 0.64% 1% -
XYZ 29.13 18.48 96.64 -
YUV 117.47 205.61 127.66 -
System Red Green Blue C M Y K H S L
Decimal 117 91 255 0.54 0.64 0 0 249.51 1 0.68
Hex 75 5B FF 36 40 0 0 FA 64 44
Octal 165 133 377 66 100 0 0 372 144 104
Binary 1110101 1011011 11111111 110110 1000000 0 0 11111010 1100100 1000100

Color Harmonies of #755BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755BFF

Black with #755BFF

Text Example


Text Example

White with #755BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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