Html Css Color HEX #8166F7 Medium Slate Blue

📋 copy color: '#8166F7'

red 129 ◦ green 102 ◦ blue 247

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

Shades of Medium Slate Blue #8166F7

Tints of Medium Slate Blue #8166F7

RGB

 RED value IS 129 (50.78% from 255) = 26.99%

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

 BLUE value IS 247 (96.88% from 255) = 51.67%

R = 26.99%
G = 21.34%
B = 51.67%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8166F7 (or 0x8166F7) is known color: Medium Slate Blue. HEX triplet: 81, 66 and F7. RGB value is (129,102,247). Sum of RGB (Red+Green+Blue) = 129+102+247=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 247 (96.88% from 255 or 51.67% from 478); Max value from RGB is 247 - color contains mainly: blue. Hex color #8166F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8166F7 is #7E9908. Grayscale: #7E7E7E. Windows color (decimal): -8296713 or 16213633. OLE color: 16213633.

HSL color Cylindrical-coordinate representation of color #8166F7: hue angle of 251.17º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8166F7 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 129 102 247 -
CMYK 0.48 0.59 0 0.03
HSL 251.17º 0.9% 0.68% -
HSV(B) 251.17º 0.59% 0.97% -
XYZ 30.59 20.89 90.41 -
YUV 126.6 195.95 129.71 -
System Red Green Blue C M Y K H S L
Decimal 129 102 247 0.48 0.59 0 0.03 251.17 0.9 0.68
Hex 81 66 F7 30 3B 0 3 FB 5A 44
Octal 201 146 367 60 73 0 3 373 132 104
Binary 10000001 1100110 11110111 110000 111011 0 11 11111011 1011010 1000100

Color Harmonies of #8166F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8166F7

Black with #8166F7

Text Example


Text Example

White with #8166F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8166F7; }

 p { color: rgb(129,102,247); }

 H1.HeaderClassName
 {
   color: #8166F7;
 }
 .AnyTagClassName
 {
   color: #8166F7;
 }
</style>

background-color css

<style>
 a { background-color: #8166F7; }

 a { background-color: rgb(129,102,247); }

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

border-color css

<style>
 span { border-color: #8166F7; }

 span { border-color: rgb(129,102,247); }

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