Html Css Color HEX #8166F6 Medium Slate Blue

📋 copy color: '#8166F6'

red 129 ◦ green 102 ◦ blue 246

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

Shades of Medium Slate Blue #8166F6

Tints of Medium Slate Blue #8166F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.57%

R = 27.04%
G = 21.38%
B = 51.57%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8166F6 (or 0x8166F6) is known color: Medium Slate Blue. HEX triplet: 81, 66 and F6. RGB value is (129,102,246). Sum of RGB (Red+Green+Blue) = 129+102+246=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 246 (96.48% from 255 or 51.57% from 477); Max value from RGB is 246 - color contains mainly: blue. Hex color #8166F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8166F6 is #7E9909. Grayscale: #7D7D7D. Windows color (decimal): -8296714 or 16148097. OLE color: 16148097.

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

Color convert

RGB 129 102 246 -
CMYK 0.48 0.59 0 0.04
HSL 251.25º 0.89% 0.68% -
HSV(B) 251.25º 0.59% 0.96% -
XYZ 30.44 20.82 89.6 -
YUV 126.49 195.45 129.79 -
System Red Green Blue C M Y K H S L
Decimal 129 102 246 0.48 0.59 0 0.04 251.25 0.89 0.68
Hex 81 66 F6 30 3B 0 4 FB 59 44
Octal 201 146 366 60 73 0 4 373 131 104
Binary 10000001 1100110 11110110 110000 111011 0 100 11111011 1011001 1000100

Color Harmonies of #8166F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8166F6

Black with #8166F6

Text Example


Text Example

White with #8166F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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