Html Css Color HEX #755EFD Medium Slate Blue

📋 copy color: '#755EFD'

red 117 ◦ green 94 ◦ blue 253

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

Shades of Medium Slate Blue #755EFD

Tints of Medium Slate Blue #755EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.26%

 BLUE value IS 253 (99.22% from 255) = 54.53%

R = 25.22%
G = 20.26%
B = 54.53%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#755EFD (or 0x755EFD) is known color: Medium Slate Blue. HEX triplet: 75, 5E and FD. RGB value is (117,94,253). Sum of RGB (Red+Green+Blue) = 117+94+253=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #755EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755EFD is #8AA102. Grayscale: #767676. Windows color (decimal): -9085187 or 16604789. OLE color: 16604789.

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

Color convert

RGB 117 94 253 -
CMYK 0.54 0.63 0 0.01
HSL 248.68º 0.98% 0.68% -
HSV(B) 248.68º 0.63% 0.99% -
XYZ 29.07 18.88 95.04 -
YUV 119 203.62 126.57 -
System Red Green Blue C M Y K H S L
Decimal 117 94 253 0.54 0.63 0 0.01 248.68 0.98 0.68
Hex 75 5E FD 36 3F 0 1 F9 62 44
Octal 165 136 375 66 77 0 1 371 142 104
Binary 1110101 1011110 11111101 110110 111111 0 1 11111001 1100010 1000100

Color Harmonies of #755EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755EFD

Black with #755EFD

Text Example


Text Example

White with #755EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,94,253); }

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

background-color css

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

 a { background-color: rgb(117,94,253); }

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

border-color css

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

 span { border-color: rgb(117,94,253); }

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