Html Css Color HEX #8A63EB Medium Slate Blue

📋 copy color: '#8A63EB'

red 138 ◦ green 99 ◦ blue 235

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

Shades of Medium Slate Blue #8A63EB

Tints of Medium Slate Blue #8A63EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.79%

R = 29.24%
G = 20.97%
B = 49.79%

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

#8A63EB (or 0x8A63EB) is known color: Medium Slate Blue. HEX triplet: 8A, 63 and EB. RGB value is (138,99,235). Sum of RGB (Red+Green+Blue) = 138+99+235=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A63EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A63EB is #759C14. Grayscale: #7D7D7D. Windows color (decimal): -7707669 or 15426442. OLE color: 15426442.

HSL color Cylindrical-coordinate representation of color #8A63EB: hue angle of 257.21º degrees, saturation: 0.77, 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 #8A63EB is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 138 99 235 -
CMYK 0.41 0.58 0 0.08
HSL 257.21º 0.77% 0.65% -
HSV(B) 257.21º 0.58% 0.92% -
XYZ 29.94 20.33 80.94 -
YUV 126.17 189.42 136.44 -
System Red Green Blue C M Y K H S L
Decimal 138 99 235 0.41 0.58 0 0.08 257.21 0.77 0.65
Hex 8A 63 EB 29 3A 0 8 101 4D 41
Octal 212 143 353 51 72 0 10 401 115 101
Binary 10001010 1100011 11101011 101001 111010 0 1000 100000001 1001101 1000001

Color Harmonies of #8A63EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A63EB

Black with #8A63EB

Text Example


Text Example

White with #8A63EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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