Html Css Color HEX #7153EF Medium Slate Blue

📋 copy color: '#7153EF'

red 113 ◦ green 83 ◦ blue 239

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

Shades of Medium Slate Blue #7153EF

Tints of Medium Slate Blue #7153EF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.08%

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

R = 25.98%
G = 19.08%
B = 54.94%

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

#7153EF (or 0x7153EF) is known color: Medium Slate Blue. HEX triplet: 71, 53 and EF. RGB value is (113,83,239). Sum of RGB (Red+Green+Blue) = 113+83+239=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #7153EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7153EF is #8EAC10. Grayscale: #6D6D6D. Windows color (decimal): -9350161 or 15684465. OLE color: 15684465.

HSL color Cylindrical-coordinate representation of color #7153EF: hue angle of 251.54º 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 #7153EF is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 83 239 -
CMYK 0.53 0.65 0 0.06
HSL 251.54º 0.83% 0.63% -
HSV(B) 251.54º 0.65% 0.94% -
XYZ 25.48 15.93 83.39 -
YUV 109.75 200.94 130.32 -
System Red Green Blue C M Y K H S L
Decimal 113 83 239 0.53 0.65 0 0.06 251.54 0.83 0.63
Hex 71 53 EF 35 41 0 6 FC 53 3F
Octal 161 123 357 65 101 0 6 374 123 77
Binary 1110001 1010011 11101111 110101 1000001 0 110 11111100 1010011 111111

Color Harmonies of #7153EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7153EF

Black with #7153EF

Text Example


Text Example

White with #7153EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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