Html Css Color HEX #8A56EA Medium Slate Blue

📋 copy color: '#8A56EA'

red 138 ◦ green 86 ◦ blue 234

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

Shades of Medium Slate Blue #8A56EA

Tints of Medium Slate Blue #8A56EA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.78%

 BLUE value IS 234 (91.8% from 255) = 51.09%

R = 30.13%
G = 18.78%
B = 51.09%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8A56EA (or 0x8A56EA) is known color: Medium Slate Blue. HEX triplet: 8A, 56 and EA. RGB value is (138,86,234). Sum of RGB (Red+Green+Blue) = 138+86+234=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A56EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A56EA is #75A915. Grayscale: #757575. Windows color (decimal): -7710998 or 15357578. OLE color: 15357578.

HSL color Cylindrical-coordinate representation of color #8A56EA: hue angle of 261.08º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A56EA is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 138 86 234 -
CMYK 0.41 0.63 0 0.08
HSL 261.08º 0.78% 0.63% -
HSV(B) 261.08º 0.63% 0.92% -
XYZ 28.66 18 79.81 -
YUV 118.42 193.23 141.97 -
System Red Green Blue C M Y K H S L
Decimal 138 86 234 0.41 0.63 0 0.08 261.08 0.78 0.63
Hex 8A 56 EA 29 3F 0 8 105 4E 3F
Octal 212 126 352 51 77 0 10 405 116 77
Binary 10001010 1010110 11101010 101001 111111 0 1000 100000101 1001110 111111

Color Harmonies of #8A56EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A56EA

Black with #8A56EA

Text Example


Text Example

White with #8A56EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,86,234); }

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

background-color css

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

 a { background-color: rgb(138,86,234); }

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

border-color css

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

 span { border-color: rgb(138,86,234); }

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