Html Css Color HEX #7164FF Medium Slate Blue

📋 copy color: '#7164FF'

red 113 ◦ green 100 ◦ blue 255

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

Shades of Medium Slate Blue #7164FF

Tints of Medium Slate Blue #7164FF

RGB

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

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

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

R = 24.15%
G = 21.37%
B = 54.49%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7164FF (or 0x7164FF) is known color: Medium Slate Blue. HEX triplet: 71, 64 and FF. RGB value is (113,100,255). Sum of RGB (Red+Green+Blue) = 113+100+255=468 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.15% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #7164FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7164FF is #8E9B00. Grayscale: #787878. Windows color (decimal): -9345793 or 16737393. OLE color: 16737393.

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

Color convert

RGB 113 100 255 -
CMYK 0.56 0.61 0 0
HSL 245.03º 1% 0.7% -
HSV(B) 245.03º 0.61% 1% -
XYZ 29.42 19.85 96.89 -
YUV 121.56 203.31 121.9 -
System Red Green Blue C M Y K H S L
Decimal 113 100 255 0.56 0.61 0 0 245.03 1 0.7
Hex 71 64 FF 38 3D 0 0 F5 64 46
Octal 161 144 377 70 75 0 0 365 144 106
Binary 1110001 1100100 11111111 111000 111101 0 0 11110101 1100100 1000110

Color Harmonies of #7164FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7164FF

Black with #7164FF

Text Example


Text Example

White with #7164FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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