Html Css Color HEX #8A63EA Medium Slate Blue

📋 copy color: '#8A63EA'

red 138 ◦ green 99 ◦ blue 234

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

Shades of Medium Slate Blue #8A63EA

Tints of Medium Slate Blue #8A63EA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.02%

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

R = 29.3%
G = 21.02%
B = 49.68%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8A63EA (or 0x8A63EA) is known color: Medium Slate Blue. HEX triplet: 8A, 63 and EA. RGB value is (138,99,234). Sum of RGB (Red+Green+Blue) = 138+99+234=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A63EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A63EA is #759C15. Grayscale: #7D7D7D. Windows color (decimal): -7707670 or 15360906. OLE color: 15360906.

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

Color convert

RGB 138 99 234 -
CMYK 0.41 0.58 0 0.08
HSL 257.33º 0.76% 0.65% -
HSV(B) 257.33º 0.58% 0.92% -
XYZ 29.79 20.27 80.18 -
YUV 126.05 188.92 136.52 -
System Red Green Blue C M Y K H S L
Decimal 138 99 234 0.41 0.58 0 0.08 257.33 0.76 0.65
Hex 8A 63 EA 29 3A 0 8 101 4C 41
Octal 212 143 352 51 72 0 10 401 114 101
Binary 10001010 1100011 11101010 101001 111010 0 1000 100000001 1001100 1000001

Color Harmonies of #8A63EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A63EA

Black with #8A63EA

Text Example


Text Example

White with #8A63EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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