Html Css Color HEX #7164DF Medium Slate Blue

📋 copy color: '#7164DF'

red 113 ◦ green 100 ◦ blue 223

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

Shades of Medium Slate Blue #7164DF

Tints of Medium Slate Blue #7164DF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.94%

 BLUE value IS 223 (87.5% from 255) = 51.15%

R = 25.92%
G = 22.94%
B = 51.15%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7164DF (or 0x7164DF) is known color: Medium Slate Blue. HEX triplet: 71, 64 and DF. RGB value is (113,100,223). Sum of RGB (Red+Green+Blue) = 113+100+223=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #7164DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7164DF is #8E9B20. Grayscale: #757575. Windows color (decimal): -9345825 or 14640241. OLE color: 14640241.

HSL color Cylindrical-coordinate representation of color #7164DF: hue angle of 246.34º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7164DF is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 100 223 -
CMYK 0.49 0.55 0 0.13
HSL 246.34º 0.66% 0.63% -
HSV(B) 246.34º 0.55% 0.87% -
XYZ 24.69 17.95 71.98 -
YUV 117.91 187.31 124.5 -
System Red Green Blue C M Y K H S L
Decimal 113 100 223 0.49 0.55 0 0.13 246.34 0.66 0.63
Hex 71 64 DF 31 37 0 D F6 42 3F
Octal 161 144 337 61 67 0 15 366 102 77
Binary 1110001 1100100 11011111 110001 110111 0 1101 11110110 1000010 111111

Color Harmonies of #7164DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7164DF

Black with #7164DF

Text Example


Text Example

White with #7164DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7164DF; }

 p { color: rgb(113,100,223); }

 H1.HeaderClassName
 {
   color: #7164DF;
 }
 .AnyTagClassName
 {
   color: #7164DF;
 }
</style>

background-color css

<style>
 a { background-color: #7164DF; }

 a { background-color: rgb(113,100,223); }

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

border-color css

<style>
 span { border-color: #7164DF; }

 span { border-color: rgb(113,100,223); }

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