#754EEA

Color #754EEA Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #754EEA

Tints of Medium Slate Blue #754EEA

Color information

#754EEA (or 0x754EEA) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 4E and EA. RGB value is (117,78,234). Sum of RGB (Red+Green+Blue) = 117+78+234=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #754EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754EEA is #8AB115. Grayscale: #6A6A6A. Windows color (decimal): -9089302 or 15355509. OLE color: 15355509.

HSL color Cylindrical-coordinate representation of color #754EEA: hue angle of 255º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #754EEA is Cyan = 0.5, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11778234-
CMYK0.50.6700.08
HSL255º78.79%61.18%-
HSV(B)255º66.67%91.76%-
XYZ24.9115.1779.46-
YUV107.44199.42134.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.27%
GREEN value IS 78 (30.86% from 255) = 18.18%
BLUE value IS 234 (91.80% from 255) = 54.55%
R=27.27%
G=18.18%
B=54.55%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal117782340.50.6700.0825578.7961.18
Hex754EEA324308ff4f3d
Octal1651163526210301037711775
Binary1110101100111011101010110010100001101000111111111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #754EEA;
 }
 .AnyTagClassName
 {
   color: #754EEA;
 }
</style>
background-color css

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

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

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

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

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

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