Html Css Color HEX #7166EE Medium Slate Blue

📋 copy color: '#7166EE'

red 113 ◦ green 102 ◦ blue 238

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

Shades of Medium Slate Blue #7166EE

Tints of Medium Slate Blue #7166EE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.52%

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

R = 24.94%
G = 22.52%
B = 52.54%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7166EE (or 0x7166EE) is known color: Medium Slate Blue. HEX triplet: 71, 66 and EE. RGB value is (113,102,238). Sum of RGB (Red+Green+Blue) = 113+102+238=453 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.94% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #7166EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7166EE is #8E9911. Grayscale: #787878. Windows color (decimal): -9345298 or 15623793. OLE color: 15623793.

HSL color Cylindrical-coordinate representation of color #7166EE: hue angle of 244.85º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7166EE is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 102 238 -
CMYK 0.53 0.57 0 0.07
HSL 244.85º 0.8% 0.67% -
HSV(B) 244.85º 0.57% 0.93% -
XYZ 26.99 19.19 83.17 -
YUV 120.79 194.14 122.44 -
System Red Green Blue C M Y K H S L
Decimal 113 102 238 0.53 0.57 0 0.07 244.85 0.8 0.67
Hex 71 66 EE 35 39 0 7 F5 50 43
Octal 161 146 356 65 71 0 7 365 120 103
Binary 1110001 1100110 11101110 110101 111001 0 111 11110101 1010000 1000011

Color Harmonies of #7166EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7166EE

Black with #7166EE

Text Example


Text Example

White with #7166EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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