Html Css Color HEX #8063FA Medium Slate Blue

📋 copy color: '#8063FA'

red 128 ◦ green 99 ◦ blue 250

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

Shades of Medium Slate Blue #8063FA

Tints of Medium Slate Blue #8063FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.41%

R = 26.83%
G = 20.75%
B = 52.41%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8063FA (or 0x8063FA) is known color: Medium Slate Blue. HEX triplet: 80, 63 and FA. RGB value is (128,99,250). Sum of RGB (Red+Green+Blue) = 128+99+250=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #8063FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8063FA is #7F9C05. Grayscale: #7C7C7C. Windows color (decimal): -8363014 or 16409472. OLE color: 16409472.

HSL color Cylindrical-coordinate representation of color #8063FA: hue angle of 251.52º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8063FA is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 99 250 -
CMYK 0.49 0.60 0 0.02
HSL 251.52º 0.94% 0.68% -
HSV(B) 251.52º 0.6% 0.98% -
XYZ 30.62 20.42 92.77 -
YUV 124.89 198.61 130.22 -
System Red Green Blue C M Y K H S L
Decimal 128 99 250 0.49 0.60 0 0.02 251.52 0.94 0.68
Hex 80 63 FA 31 3C 0 2 FC 5E 44
Octal 200 143 372 61 74 0 2 374 136 104
Binary 10000000 1100011 11111010 110001 111100 0 10 11111100 1011110 1000100

Color Harmonies of #8063FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8063FA

Black with #8063FA

Text Example


Text Example

White with #8063FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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