Html Css Color HEX #7153FF Medium Slate Blue

📋 copy color: '#7153FF'

red 113 ◦ green 83 ◦ blue 255

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

Shades of Medium Slate Blue #7153FF

Tints of Medium Slate Blue #7153FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.54%

R = 25.06%
G = 18.4%
B = 56.54%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7153FF (or 0x7153FF) is known color: Medium Slate Blue. HEX triplet: 71, 53 and FF. RGB value is (113,83,255). Sum of RGB (Red+Green+Blue) = 113+83+255=451 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.06% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #7153FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7153FF is #8EAC00. Grayscale: #6E6E6E. Windows color (decimal): -9350145 or 16733041. OLE color: 16733041.

HSL color Cylindrical-coordinate representation of color #7153FF: hue angle of 250.47º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7153FF is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 113 83 255 -
CMYK 0.56 0.67 0 0
HSL 250.47º 1% 0.66% -
HSV(B) 250.47º 0.67% 1% -
XYZ 27.95 16.92 96.4 -
YUV 111.58 208.94 129.01 -
System Red Green Blue C M Y K H S L
Decimal 113 83 255 0.56 0.67 0 0 250.47 1 0.66
Hex 71 53 FF 38 43 0 0 FA 64 42
Octal 161 123 377 70 103 0 0 372 144 102
Binary 1110001 1010011 11111111 111000 1000011 0 0 11111010 1100100 1000010

Color Harmonies of #7153FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7153FF

Black with #7153FF

Text Example


Text Example

White with #7153FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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