Html Css Color HEX #8A5BED Medium Slate Blue

📋 copy color: '#8A5BED'

red 138 ◦ green 91 ◦ blue 237

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

Shades of Medium Slate Blue #8A5BED

Tints of Medium Slate Blue #8A5BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.53%

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

R = 29.61%
G = 19.53%
B = 50.86%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8A5BED (or 0x8A5BED) is known color: Medium Slate Blue. HEX triplet: 8A, 5B and ED. RGB value is (138,91,237). Sum of RGB (Red+Green+Blue) = 138+91+237=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A5BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A5BED is #75A412. Grayscale: #797979. Windows color (decimal): -7709715 or 15555466. OLE color: 15555466.

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

Color convert

RGB 138 91 237 -
CMYK 0.42 0.62 0 0.07
HSL 259.32º 0.8% 0.64% -
HSV(B) 259.32º 0.62% 0.93% -
XYZ 29.51 19 82.23 -
YUV 121.7 193.07 139.63 -
System Red Green Blue C M Y K H S L
Decimal 138 91 237 0.42 0.62 0 0.07 259.32 0.8 0.64
Hex 8A 5B ED 2A 3E 0 7 103 50 40
Octal 212 133 355 52 76 0 7 403 120 100
Binary 10001010 1011011 11101101 101010 111110 0 111 100000011 1010000 1000000

Color Harmonies of #8A5BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5BED

Black with #8A5BED

Text Example


Text Example

White with #8A5BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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