Html Css Color HEX #754FFD Medium Slate Blue

📋 copy color: '#754FFD'

red 117 ◦ green 79 ◦ blue 253

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

Shades of Medium Slate Blue #754FFD

Tints of Medium Slate Blue #754FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.59%

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

R = 26.06%
G = 17.59%
B = 56.35%

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

#754FFD (or 0x754FFD) is known color: Medium Slate Blue. HEX triplet: 75, 4F and FD. RGB value is (117,79,253). Sum of RGB (Red+Green+Blue) = 117+79+253=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #754FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754FFD is #8AB002. Grayscale: #6D6D6D. Windows color (decimal): -9089027 or 16600949. OLE color: 16600949.

HSL color Cylindrical-coordinate representation of color #754FFD: hue angle of 253.1º 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 #754FFD is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 79 253 -
CMYK 0.54 0.69 0 0.01
HSL 253.1º 0.98% 0.65% -
HSV(B) 253.1º 0.69% 0.99% -
XYZ 27.86 16.47 94.64 -
YUV 110.2 208.59 132.85 -
System Red Green Blue C M Y K H S L
Decimal 117 79 253 0.54 0.69 0 0.01 253.1 0.98 0.65
Hex 75 4F FD 36 45 0 1 FD 62 41
Octal 165 117 375 66 105 0 1 375 142 101
Binary 1110101 1001111 11111101 110110 1000101 0 1 11111101 1100010 1000001

Color Harmonies of #754FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754FFD

Black with #754FFD

Text Example


Text Example

White with #754FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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