Html Css Color HEX #7574EF Medium Slate Blue

📋 copy color: '#7574EF'

red 117 ◦ green 116 ◦ blue 239

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

Shades of Medium Slate Blue #7574EF

Tints of Medium Slate Blue #7574EF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.58%

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 24.79%
G = 24.58%
B = 50.64%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7574EF (or 0x7574EF) is known color: Medium Slate Blue. HEX triplet: 75, 74 and EF. RGB value is (117,116,239). Sum of RGB (Red+Green+Blue) = 117+116+239=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #7574EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7574EF is #8A8B10. Grayscale: #818181. Windows color (decimal): -9079569 or 15692917. OLE color: 15692917.

HSL color Cylindrical-coordinate representation of color #7574EF: hue angle of 240.49º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7574EF is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 116 239 -
CMYK 0.51 0.51 0 0.06
HSL 240.49º 0.79% 0.7% -
HSV(B) 240.49º 0.51% 0.94% -
XYZ 29.16 22.5 84.47 -
YUV 130.32 189.33 118.5 -
System Red Green Blue C M Y K H S L
Decimal 117 116 239 0.51 0.51 0 0.06 240.49 0.79 0.7
Hex 75 74 EF 33 33 0 6 F0 4F 46
Octal 165 164 357 63 63 0 6 360 117 106
Binary 1110101 1110100 11101111 110011 110011 0 110 11110000 1001111 1000110

Color Harmonies of #7574EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7574EF

Black with #7574EF

Text Example


Text Example

White with #7574EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7574EF; }

 p { color: rgb(117,116,239); }

 H1.HeaderClassName
 {
   color: #7574EF;
 }
 .AnyTagClassName
 {
   color: #7574EF;
 }
</style>

background-color css

<style>
 a { background-color: #7574EF; }

 a { background-color: rgb(117,116,239); }

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

border-color css

<style>
 span { border-color: #7574EF; }

 span { border-color: rgb(117,116,239); }

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