Html Css Color HEX #8063DC Medium Slate Blue

📋 copy color: '#8063DC'

red 128 ◦ green 99 ◦ blue 220

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

Shades of Medium Slate Blue #8063DC

Tints of Medium Slate Blue #8063DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 28.64%
G = 22.15%
B = 49.22%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8063DC (or 0x8063DC) is known color: Medium Slate Blue. HEX triplet: 80, 63 and DC. RGB value is (128,99,220). Sum of RGB (Red+Green+Blue) = 128+99+220=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #8063DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8063DC is #7F9C23. Grayscale: #797979. Windows color (decimal): -8363044 or 14443392. OLE color: 14443392.

HSL color Cylindrical-coordinate representation of color #8063DC: hue angle of 254.38º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8063DC is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 99 220 -
CMYK 0.42 0.55 0 0.14
HSL 254.38º 0.63% 0.63% -
HSV(B) 254.38º 0.55% 0.86% -
XYZ 26.28 18.68 69.93 -
YUV 121.47 183.61 132.66 -
System Red Green Blue C M Y K H S L
Decimal 128 99 220 0.42 0.55 0 0.14 254.38 0.63 0.63
Hex 80 63 DC 2A 37 0 E FE 3F 3F
Octal 200 143 334 52 67 0 16 376 77 77
Binary 10000000 1100011 11011100 101010 110111 0 1110 11111110 111111 111111

Color Harmonies of #8063DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8063DC

Black with #8063DC

Text Example


Text Example

White with #8063DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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