Html Css Color HEX #8A6FEC Medium Slate Blue

📋 copy color: '#8A6FEC'

red 138 ◦ green 111 ◦ blue 236

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

Shades of Medium Slate Blue #8A6FEC

Tints of Medium Slate Blue #8A6FEC

RGB

 RED value IS 138 (54.3% from 255) = 28.45%

 GREEN value IS 111 (43.75% from 255) = 22.89%

 BLUE value IS 236 (92.58% from 255) = 48.66%

R = 28.45%
G = 22.89%
B = 48.66%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8A6FEC (or 0x8A6FEC) is known color: Medium Slate Blue. HEX triplet: 8A, 6F and EC. RGB value is (138,111,236). Sum of RGB (Red+Green+Blue) = 138+111+236=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A6FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6FEC is #759013. Grayscale: #848484. Windows color (decimal): -7704596 or 15495050. OLE color: 15495050.

HSL color Cylindrical-coordinate representation of color #8A6FEC: hue angle of 252.96º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A6FEC is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 111 236 -
CMYK 0.42 0.53 0 0.07
HSL 252.96º 0.77% 0.68% -
HSV(B) 252.96º 0.53% 0.93% -
XYZ 31.31 22.83 82.11 -
YUV 133.32 185.95 131.34 -
System Red Green Blue C M Y K H S L
Decimal 138 111 236 0.42 0.53 0 0.07 252.96 0.77 0.68
Hex 8A 6F EC 2A 35 0 7 FD 4D 44
Octal 212 157 354 52 65 0 7 375 115 104
Binary 10001010 1101111 11101100 101010 110101 0 111 11111101 1001101 1000100

Color Harmonies of #8A6FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6FEC

Black with #8A6FEC

Text Example


Text Example

White with #8A6FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A6FEC; }

 p { color: rgb(138,111,236); }

 H1.HeaderClassName
 {
   color: #8A6FEC;
 }
 .AnyTagClassName
 {
   color: #8A6FEC;
 }
</style>

background-color css

<style>
 a { background-color: #8A6FEC; }

 a { background-color: rgb(138,111,236); }

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

border-color css

<style>
 span { border-color: #8A6FEC; }

 span { border-color: rgb(138,111,236); }

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