Html Css Color HEX #754FFC Medium Slate Blue

📋 copy color: '#754FFC'

red 117 ◦ green 79 ◦ blue 252

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

Shades of Medium Slate Blue #754FFC

Tints of Medium Slate Blue #754FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.25%

R = 26.12%
G = 17.63%
B = 56.25%

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

#754FFC (or 0x754FFC) is known color: Medium Slate Blue. HEX triplet: 75, 4F and FC. RGB value is (117,79,252). Sum of RGB (Red+Green+Blue) = 117+79+252=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #754FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754FFC is #8AB003. Grayscale: #6D6D6D. Windows color (decimal): -9089028 or 16535413. OLE color: 16535413.

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

Color convert

RGB 117 79 252 -
CMYK 0.54 0.69 0 0.01
HSL 253.18º 0.97% 0.65% -
HSV(B) 253.18º 0.69% 0.99% -
XYZ 27.7 16.4 93.8 -
YUV 110.08 208.09 132.93 -
System Red Green Blue C M Y K H S L
Decimal 117 79 252 0.54 0.69 0 0.01 253.18 0.97 0.65
Hex 75 4F FC 36 45 0 1 FD 61 41
Octal 165 117 374 66 105 0 1 375 141 101
Binary 1110101 1001111 11111100 110110 1000101 0 1 11111101 1100001 1000001

Color Harmonies of #754FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754FFC

Black with #754FFC

Text Example


Text Example

White with #754FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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