Html Css Color HEX #8676E2 Medium Slate Blue

📋 copy color: '#8676E2'

red 134 ◦ green 118 ◦ blue 226

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

Shades of Medium Slate Blue #8676E2

Tints of Medium Slate Blue #8676E2

RGB

 RED value IS 134 (52.73% from 255) = 28.03%

 GREEN value IS 118 (46.48% from 255) = 24.69%

 BLUE value IS 226 (88.67% from 255) = 47.28%

R = 28.03%
G = 24.69%
B = 47.28%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8676E2 (or 0x8676E2) is known color: Medium Slate Blue. HEX triplet: 86, 76 and E2. RGB value is (134,118,226). Sum of RGB (Red+Green+Blue) = 134+118+226=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 226 (88.67% from 255 or 47.28% from 478); Max value from RGB is 226 - color contains mainly: blue. Hex color #8676E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8676E2 is #79891D. Grayscale: #868686. Windows color (decimal): -7964958 or 14841478. OLE color: 14841478.

HSL color Cylindrical-coordinate representation of color #8676E2: hue angle of 248.89º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8676E2 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 134 118 226 -
CMYK 0.41 0.48 0 0.11
HSL 248.89º 0.65% 0.67% -
HSV(B) 248.89º 0.48% 0.89% -
XYZ 30.04 23.52 74.91 -
YUV 135.1 179.3 127.22 -
System Red Green Blue C M Y K H S L
Decimal 134 118 226 0.41 0.48 0 0.11 248.89 0.65 0.67
Hex 86 76 E2 29 30 0 B F9 41 43
Octal 206 166 342 51 60 0 13 371 101 103
Binary 10000110 1110110 11100010 101001 110000 0 1011 11111001 1000001 1000011

Color Harmonies of #8676E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8676E2

Black with #8676E2

Text Example


Text Example

White with #8676E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8676E2; }

 p { color: rgb(134,118,226); }

 H1.HeaderClassName
 {
   color: #8676E2;
 }
 .AnyTagClassName
 {
   color: #8676E2;
 }
</style>

background-color css

<style>
 a { background-color: #8676E2; }

 a { background-color: rgb(134,118,226); }

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

border-color css

<style>
 span { border-color: #8676E2; }

 span { border-color: rgb(134,118,226); }

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