Html Css Color HEX #8A6BEC Medium Slate Blue

📋 copy color: '#8A6BEC'

red 138 ◦ green 107 ◦ blue 236

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

Shades of Medium Slate Blue #8A6BEC

Tints of Medium Slate Blue #8A6BEC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.25%

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

R = 28.69%
G = 22.25%
B = 49.06%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8A6BEC (or 0x8A6BEC) is known color: Medium Slate Blue. HEX triplet: 8A, 6B and EC. RGB value is (138,107,236). Sum of RGB (Red+Green+Blue) = 138+107+236=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A6BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6BEC is #759413. Grayscale: #828282. Windows color (decimal): -7705620 or 15494026. OLE color: 15494026.

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

Color convert

RGB 138 107 236 -
CMYK 0.42 0.55 0 0.07
HSL 254.42º 0.77% 0.67% -
HSV(B) 254.42º 0.55% 0.93% -
XYZ 30.88 21.97 81.97 -
YUV 130.98 187.27 133.01 -
System Red Green Blue C M Y K H S L
Decimal 138 107 236 0.42 0.55 0 0.07 254.42 0.77 0.67
Hex 8A 6B EC 2A 37 0 7 FE 4D 43
Octal 212 153 354 52 67 0 7 376 115 103
Binary 10001010 1101011 11101100 101010 110111 0 111 11111110 1001101 1000011

Color Harmonies of #8A6BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6BEC

Black with #8A6BEC

Text Example


Text Example

White with #8A6BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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