Html Css Color HEX #7164EE Medium Slate Blue

📋 copy color: '#7164EE'

red 113 ◦ green 100 ◦ blue 238

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

Shades of Medium Slate Blue #7164EE

Tints of Medium Slate Blue #7164EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.77%

R = 25.06%
G = 22.17%
B = 52.77%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7164EE (or 0x7164EE) is known color: Medium Slate Blue. HEX triplet: 71, 64 and EE. RGB value is (113,100,238). Sum of RGB (Red+Green+Blue) = 113+100+238=451 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.06% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #7164EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7164EE is #8E9B11. Grayscale: #777777. Windows color (decimal): -9345810 or 15623281. OLE color: 15623281.

HSL color Cylindrical-coordinate representation of color #7164EE: hue angle of 245.65º degrees, saturation: 0.8, 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 #7164EE is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 100 238 -
CMYK 0.53 0.58 0 0.07
HSL 245.65º 0.8% 0.66% -
HSV(B) 245.65º 0.58% 0.93% -
XYZ 26.8 18.8 83.1 -
YUV 119.62 194.81 123.28 -
System Red Green Blue C M Y K H S L
Decimal 113 100 238 0.53 0.58 0 0.07 245.65 0.8 0.66
Hex 71 64 EE 35 3A 0 7 F6 50 42
Octal 161 144 356 65 72 0 7 366 120 102
Binary 1110001 1100100 11101110 110101 111010 0 111 11110110 1010000 1000010

Color Harmonies of #7164EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7164EE

Black with #7164EE

Text Example


Text Example

White with #7164EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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