Html Css Color HEX #7166EA Medium Slate Blue

📋 copy color: '#7166EA'

red 113 ◦ green 102 ◦ blue 234

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

Shades of Medium Slate Blue #7166EA

Tints of Medium Slate Blue #7166EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.12%

R = 25.17%
G = 22.72%
B = 52.12%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7166EA (or 0x7166EA) is known color: Medium Slate Blue. HEX triplet: 71, 66 and EA. RGB value is (113,102,234). Sum of RGB (Red+Green+Blue) = 113+102+234=449 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.17% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #7166EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7166EA is #8E9915. Grayscale: #777777. Windows color (decimal): -9345302 or 15361649. OLE color: 15361649.

HSL color Cylindrical-coordinate representation of color #7166EA: hue angle of 245º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7166EA is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 102 234 -
CMYK 0.52 0.56 0 0.08
HSL 245º 0.76% 0.66% -
HSV(B) 245º 0.56% 0.92% -
XYZ 26.41 18.95 80.11 -
YUV 120.34 192.14 122.77 -
System Red Green Blue C M Y K H S L
Decimal 113 102 234 0.52 0.56 0 0.08 245 0.76 0.66
Hex 71 66 EA 34 38 0 8 F5 4C 42
Octal 161 146 352 64 70 0 10 365 114 102
Binary 1110001 1100110 11101010 110100 111000 0 1000 11110101 1001100 1000010

Color Harmonies of #7166EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7166EA

Black with #7166EA

Text Example


Text Example

White with #7166EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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