Html Css Color HEX #8063EA Medium Slate Blue

📋 copy color: '#8063EA'

red 128 ◦ green 99 ◦ blue 234

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

Shades of Medium Slate Blue #8063EA

Tints of Medium Slate Blue #8063EA

RGB

 RED value IS 128 (50.39% from 255) = 27.77%

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

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

R = 27.77%
G = 21.48%
B = 50.76%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8063EA (or 0x8063EA) is known color: Medium Slate Blue. HEX triplet: 80, 63 and EA. RGB value is (128,99,234). Sum of RGB (Red+Green+Blue) = 128+99+234=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #8063EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8063EA is #7F9C15. Grayscale: #7A7A7A. Windows color (decimal): -8363030 or 15360896. OLE color: 15360896.

HSL color Cylindrical-coordinate representation of color #8063EA: hue angle of 252.89º 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 #8063EA is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 99 234 -
CMYK 0.45 0.58 0 0.08
HSL 252.89º 0.76% 0.65% -
HSV(B) 252.89º 0.58% 0.92% -
XYZ 28.22 19.45 80.11 -
YUV 123.06 190.61 131.52 -
System Red Green Blue C M Y K H S L
Decimal 128 99 234 0.45 0.58 0 0.08 252.89 0.76 0.65
Hex 80 63 EA 2D 3A 0 8 FD 4C 41
Octal 200 143 352 55 72 0 10 375 114 101
Binary 10000000 1100011 11101010 101101 111010 0 1000 11111101 1001100 1000001

Color Harmonies of #8063EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8063EA

Black with #8063EA

Text Example


Text Example

White with #8063EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8063EA; }

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

 H1.HeaderClassName
 {
   color: #8063EA;
 }
 .AnyTagClassName
 {
   color: #8063EA;
 }
</style>

background-color css

<style>
 a { background-color: #8063EA; }

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

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

border-color css

<style>
 span { border-color: #8063EA; }

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

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