Html Css Color HEX #754EFD Medium Slate Blue

📋 copy color: '#754EFD'

red 117 ◦ green 78 ◦ blue 253

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

Shades of Medium Slate Blue #754EFD

Tints of Medium Slate Blue #754EFD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.41%

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

R = 26.12%
G = 17.41%
B = 56.47%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#754EFD (or 0x754EFD) is known color: Medium Slate Blue. HEX triplet: 75, 4E and FD. RGB value is (117,78,253). Sum of RGB (Red+Green+Blue) = 117+78+253=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #754EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754EFD is #8AB102. Grayscale: #6C6C6C. Windows color (decimal): -9089283 or 16600693. OLE color: 16600693.

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

Color convert

RGB 117 78 253 -
CMYK 0.54 0.69 0 0.01
HSL 253.37º 0.98% 0.65% -
HSV(B) 253.37º 0.69% 0.99% -
XYZ 27.79 16.32 94.61 -
YUV 109.61 208.92 133.27 -
System Red Green Blue C M Y K H S L
Decimal 117 78 253 0.54 0.69 0 0.01 253.37 0.98 0.65
Hex 75 4E FD 36 45 0 1 FD 62 41
Octal 165 116 375 66 105 0 1 375 142 101
Binary 1110101 1001110 11111101 110110 1000101 0 1 11111101 1100010 1000001

Color Harmonies of #754EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754EFD

Black with #754EFD

Text Example


Text Example

White with #754EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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