Html Css Color HEX #7164ED Medium Slate Blue

📋 copy color: '#7164ED'

red 113 ◦ green 100 ◦ blue 237

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

Shades of Medium Slate Blue #7164ED

Tints of Medium Slate Blue #7164ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.67%

R = 25.11%
G = 22.22%
B = 52.67%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7164ED (or 0x7164ED) is known color: Medium Slate Blue. HEX triplet: 71, 64 and ED. RGB value is (113,100,237). Sum of RGB (Red+Green+Blue) = 113+100+237=450 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.11% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #7164ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7164ED is #8E9B12. Grayscale: #767676. Windows color (decimal): -9345811 or 15557745. OLE color: 15557745.

HSL color Cylindrical-coordinate representation of color #7164ED: hue angle of 245.69º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7164ED is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 100 237 -
CMYK 0.52 0.58 0 0.07
HSL 245.69º 0.79% 0.66% -
HSV(B) 245.69º 0.58% 0.93% -
XYZ 26.65 18.74 82.33 -
YUV 119.51 194.31 123.36 -
System Red Green Blue C M Y K H S L
Decimal 113 100 237 0.52 0.58 0 0.07 245.69 0.79 0.66
Hex 71 64 ED 34 3A 0 7 F6 4F 42
Octal 161 144 355 64 72 0 7 366 117 102
Binary 1110001 1100100 11101101 110100 111010 0 111 11110110 1001111 1000010

Color Harmonies of #7164ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7164ED

Black with #7164ED

Text Example


Text Example

White with #7164ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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