Html Css Color HEX #755DFB Medium Slate Blue

📋 copy color: '#755DFB'

red 117 ◦ green 93 ◦ blue 251

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

Shades of Medium Slate Blue #755DFB

Tints of Medium Slate Blue #755DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.45%

R = 25.38%
G = 20.17%
B = 54.45%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#755DFB (or 0x755DFB) is known color: Medium Slate Blue. HEX triplet: 75, 5D and FB. RGB value is (117,93,251). Sum of RGB (Red+Green+Blue) = 117+93+251=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #755DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755DFB is #8AA204. Grayscale: #757575. Windows color (decimal): -9085445 or 16473461. OLE color: 16473461.

HSL color Cylindrical-coordinate representation of color #755DFB: hue angle of 249.11º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #755DFB is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 93 251 -
CMYK 0.53 0.63 0 0.02
HSL 249.11º 0.95% 0.67% -
HSV(B) 249.11º 0.63% 0.98% -
XYZ 28.66 18.58 93.34 -
YUV 118.19 202.95 127.15 -
System Red Green Blue C M Y K H S L
Decimal 117 93 251 0.53 0.63 0 0.02 249.11 0.95 0.67
Hex 75 5D FB 35 3F 0 2 F9 5F 43
Octal 165 135 373 65 77 0 2 371 137 103
Binary 1110101 1011101 11111011 110101 111111 0 10 11111001 1011111 1000011

Color Harmonies of #755DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755DFB

Black with #755DFB

Text Example


Text Example

White with #755DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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