Html Css Color HEX #754EEC Medium Slate Blue

📋 copy color: '#754EEC'

red 117 ◦ green 78 ◦ blue 236

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

Shades of Medium Slate Blue #754EEC

Tints of Medium Slate Blue #754EEC

RGB

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

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

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

R = 27.15%
G = 18.1%
B = 54.76%

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

#754EEC (or 0x754EEC) is known color: Medium Slate Blue. HEX triplet: 75, 4E and EC. RGB value is (117,78,236). Sum of RGB (Red+Green+Blue) = 117+78+236=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #754EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754EEC is #8AB113. Grayscale: #6B6B6B. Windows color (decimal): -9089300 or 15486581. OLE color: 15486581.

HSL color Cylindrical-coordinate representation of color #754EEC: hue angle of 254.81º 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 #754EEC is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 78 236 -
CMYK 0.50 0.67 0 0.07
HSL 254.81º 0.81% 0.62% -
HSV(B) 254.81º 0.67% 0.93% -
XYZ 25.2 15.29 80.98 -
YUV 107.67 200.42 134.65 -
System Red Green Blue C M Y K H S L
Decimal 117 78 236 0.50 0.67 0 0.07 254.81 0.81 0.62
Hex 75 4E EC 32 43 0 7 FF 51 3E
Octal 165 116 354 62 103 0 7 377 121 76
Binary 1110101 1001110 11101100 110010 1000011 0 111 11111111 1010001 111110

Color Harmonies of #754EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754EEC

Black with #754EEC

Text Example


Text Example

White with #754EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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