Html Css Color HEX #7173F1 Medium Slate Blue

📋 copy color: '#7173F1'

red 113 ◦ green 115 ◦ blue 241

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

Shades of Medium Slate Blue #7173F1

Tints of Medium Slate Blue #7173F1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.52%

 BLUE value IS 241 (94.53% from 255) = 51.39%

R = 24.09%
G = 24.52%
B = 51.39%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7173F1 (or 0x7173F1) is known color: Medium Slate Blue. HEX triplet: 71, 73 and F1. RGB value is (113,115,241). Sum of RGB (Red+Green+Blue) = 113+115+241=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 241 (94.53% from 255 or 51.39% from 469); Max value from RGB is 241 - color contains mainly: blue. Hex color #7173F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7173F1 is #8E8C0E. Grayscale: #808080. Windows color (decimal): -9341967 or 15823729. OLE color: 15823729.

HSL color Cylindrical-coordinate representation of color #7173F1: hue angle of 239.06º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7173F1 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 115 241 -
CMYK 0.53 0.52 0 0.05
HSL 239.06º 0.82% 0.69% -
HSV(B) 239.06º 0.53% 0.95% -
XYZ 28.82 22.12 85.97 -
YUV 128.77 191.34 116.75 -
System Red Green Blue C M Y K H S L
Decimal 113 115 241 0.53 0.52 0 0.05 239.06 0.82 0.69
Hex 71 73 F1 35 34 0 5 EF 52 45
Octal 161 163 361 65 64 0 5 357 122 105
Binary 1110001 1110011 11110001 110101 110100 0 101 11101111 1010010 1000101

Color Harmonies of #7173F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7173F1

Black with #7173F1

Text Example


Text Example

White with #7173F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7173F1; }

 p { color: rgb(113,115,241); }

 H1.HeaderClassName
 {
   color: #7173F1;
 }
 .AnyTagClassName
 {
   color: #7173F1;
 }
</style>

background-color css

<style>
 a { background-color: #7173F1; }

 a { background-color: rgb(113,115,241); }

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

border-color css

<style>
 span { border-color: #7173F1; }

 span { border-color: rgb(113,115,241); }

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