Html Css Color HEX #8063DD Medium Slate Blue

📋 copy color: '#8063DD'

red 128 ◦ green 99 ◦ blue 221

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

Shades of Medium Slate Blue #8063DD

Tints of Medium Slate Blue #8063DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 28.57%
G = 22.1%
B = 49.33%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8063DD (or 0x8063DD) is known color: Medium Slate Blue. HEX triplet: 80, 63 and DD. RGB value is (128,99,221). Sum of RGB (Red+Green+Blue) = 128+99+221=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #8063DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8063DD is #7F9C22. Grayscale: #797979. Windows color (decimal): -8363043 or 14508928. OLE color: 14508928.

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

Color convert

RGB 128 99 221 -
CMYK 0.42 0.55 0 0.13
HSL 254.26º 0.64% 0.63% -
HSV(B) 254.26º 0.55% 0.87% -
XYZ 26.42 18.73 70.63 -
YUV 121.58 184.11 132.58 -
System Red Green Blue C M Y K H S L
Decimal 128 99 221 0.42 0.55 0 0.13 254.26 0.64 0.63
Hex 80 63 DD 2A 37 0 D FE 40 3F
Octal 200 143 335 52 67 0 15 376 100 77
Binary 10000000 1100011 11011101 101010 110111 0 1101 11111110 1000000 111111

Color Harmonies of #8063DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8063DD

Black with #8063DD

Text Example


Text Example

White with #8063DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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