Html Css Color HEX #8A6BED Medium Slate Blue

📋 copy color: '#8A6BED'

red 138 ◦ green 107 ◦ blue 237

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

Shades of Medium Slate Blue #8A6BED

Tints of Medium Slate Blue #8A6BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.17%

R = 28.63%
G = 22.2%
B = 49.17%

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

#8A6BED (or 0x8A6BED) is known color: Medium Slate Blue. HEX triplet: 8A, 6B and ED. RGB value is (138,107,237). Sum of RGB (Red+Green+Blue) = 138+107+237=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A6BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6BED is #759412. Grayscale: #828282. Windows color (decimal): -7705619 or 15559562. OLE color: 15559562.

HSL color Cylindrical-coordinate representation of color #8A6BED: hue angle of 254.31º degrees, saturation: 0.78, 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 #8A6BED is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 107 237 -
CMYK 0.42 0.55 0 0.07
HSL 254.31º 0.78% 0.67% -
HSV(B) 254.31º 0.55% 0.93% -
XYZ 31.02 22.03 82.74 -
YUV 131.09 187.77 132.93 -
System Red Green Blue C M Y K H S L
Decimal 138 107 237 0.42 0.55 0 0.07 254.31 0.78 0.67
Hex 8A 6B ED 2A 37 0 7 FE 4E 43
Octal 212 153 355 52 67 0 7 376 116 103
Binary 10001010 1101011 11101101 101010 110111 0 111 11111110 1001110 1000011

Color Harmonies of #8A6BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6BED

Black with #8A6BED

Text Example


Text Example

White with #8A6BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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