Html Css Color HEX #7154EF Medium Slate Blue

📋 copy color: '#7154EF'

red 113 ◦ green 84 ◦ blue 239

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

Shades of Medium Slate Blue #7154EF

Tints of Medium Slate Blue #7154EF

RGB

 RED value IS 113 (44.53% from 255) = 25.92%

 GREEN value IS 84 (33.2% from 255) = 19.27%

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

R = 25.92%
G = 19.27%
B = 54.82%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7154EF (or 0x7154EF) is known color: Medium Slate Blue. HEX triplet: 71, 54 and EF. RGB value is (113,84,239). Sum of RGB (Red+Green+Blue) = 113+84+239=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #7154EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7154EF is #8EAB10. Grayscale: #6D6D6D. Windows color (decimal): -9349905 or 15684721. OLE color: 15684721.

HSL color Cylindrical-coordinate representation of color #7154EF: hue angle of 251.23º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7154EF is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 84 239 -
CMYK 0.53 0.65 0 0.06
HSL 251.23º 0.83% 0.63% -
HSV(B) 251.23º 0.65% 0.94% -
XYZ 25.56 16.08 83.42 -
YUV 110.34 200.61 129.9 -
System Red Green Blue C M Y K H S L
Decimal 113 84 239 0.53 0.65 0 0.06 251.23 0.83 0.63
Hex 71 54 EF 35 41 0 6 FB 53 3F
Octal 161 124 357 65 101 0 6 373 123 77
Binary 1110001 1010100 11101111 110101 1000001 0 110 11111011 1010011 111111

Color Harmonies of #7154EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7154EF

Black with #7154EF

Text Example


Text Example

White with #7154EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,84,239); }

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

background-color css

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

 a { background-color: rgb(113,84,239); }

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

border-color css

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

 span { border-color: rgb(113,84,239); }

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