Html Css Color HEX #8A6EEE Medium Slate Blue

📋 copy color: '#8A6EEE'

red 138 ◦ green 110 ◦ blue 238

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

Shades of Medium Slate Blue #8A6EEE

Tints of Medium Slate Blue #8A6EEE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.63%

 BLUE value IS 238 (93.36% from 255) = 48.97%

R = 28.4%
G = 22.63%
B = 48.97%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8A6EEE (or 0x8A6EEE) is known color: Medium Slate Blue. HEX triplet: 8A, 6E and EE. RGB value is (138,110,238). Sum of RGB (Red+Green+Blue) = 138+110+238=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #8A6EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6EEE is #759111. Grayscale: #848484. Windows color (decimal): -7704850 or 15625866. OLE color: 15625866.

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

Color convert

RGB 138 110 238 -
CMYK 0.42 0.54 0 0.07
HSL 253.13º 0.79% 0.68% -
HSV(B) 253.13º 0.54% 0.93% -
XYZ 31.49 22.73 83.62 -
YUV 132.96 187.28 131.59 -
System Red Green Blue C M Y K H S L
Decimal 138 110 238 0.42 0.54 0 0.07 253.13 0.79 0.68
Hex 8A 6E EE 2A 36 0 7 FD 4F 44
Octal 212 156 356 52 66 0 7 375 117 104
Binary 10001010 1101110 11101110 101010 110110 0 111 11111101 1001111 1000100

Color Harmonies of #8A6EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6EEE

Black with #8A6EEE

Text Example


Text Example

White with #8A6EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,110,238); }

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

background-color css

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

 a { background-color: rgb(138,110,238); }

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

border-color css

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

 span { border-color: rgb(138,110,238); }

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