Html Css Color HEX #754DFC Medium Slate Blue

📋 copy color: '#754DFC'

red 117 ◦ green 77 ◦ blue 252

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

Shades of Medium Slate Blue #754DFC

Tints of Medium Slate Blue #754DFC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.26%

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

R = 26.23%
G = 17.26%
B = 56.5%

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

#754DFC (or 0x754DFC) is known color: Medium Slate Blue. HEX triplet: 75, 4D and FC. RGB value is (117,77,252). Sum of RGB (Red+Green+Blue) = 117+77+252=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #754DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754DFC is #8AB203. Grayscale: #6C6C6C. Windows color (decimal): -9089540 or 16534901. OLE color: 16534901.

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

Color convert

RGB 117 77 252 -
CMYK 0.54 0.69 0 0.01
HSL 253.71º 0.97% 0.65% -
HSV(B) 253.71º 0.69% 0.99% -
XYZ 27.56 16.12 93.75 -
YUV 108.91 208.75 133.77 -
System Red Green Blue C M Y K H S L
Decimal 117 77 252 0.54 0.69 0 0.01 253.71 0.97 0.65
Hex 75 4D FC 36 45 0 1 FE 61 41
Octal 165 115 374 66 105 0 1 376 141 101
Binary 1110101 1001101 11111100 110110 1000101 0 1 11111110 1100001 1000001

Color Harmonies of #754DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754DFC

Black with #754DFC

Text Example


Text Example

White with #754DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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