Html Css Color HEX #754FEC Medium Slate Blue

📋 copy color: '#754FEC'

red 117 ◦ green 79 ◦ blue 236

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

Shades of Medium Slate Blue #754FEC

Tints of Medium Slate Blue #754FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.63%

R = 27.08%
G = 18.29%
B = 54.63%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#754FEC (or 0x754FEC) is known color: Medium Slate Blue. HEX triplet: 75, 4F and EC. RGB value is (117,79,236). Sum of RGB (Red+Green+Blue) = 117+79+236=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #754FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754FEC is #8AB013. Grayscale: #6B6B6B. Windows color (decimal): -9089044 or 15486837. OLE color: 15486837.

HSL color Cylindrical-coordinate representation of color #754FEC: hue angle of 254.52º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #754FEC is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 79 236 -
CMYK 0.50 0.67 0 0.07
HSL 254.52º 0.81% 0.62% -
HSV(B) 254.52º 0.67% 0.93% -
XYZ 25.27 15.43 81 -
YUV 108.26 200.09 134.23 -
System Red Green Blue C M Y K H S L
Decimal 117 79 236 0.50 0.67 0 0.07 254.52 0.81 0.62
Hex 75 4F EC 32 43 0 7 FF 51 3E
Octal 165 117 354 62 103 0 7 377 121 76
Binary 1110101 1001111 11101100 110010 1000011 0 111 11111111 1010001 111110

Color Harmonies of #754FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754FEC

Black with #754FEC

Text Example


Text Example

White with #754FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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