Html Css Color HEX #8063DF Medium Slate Blue

📋 copy color: '#8063DF'

red 128 ◦ green 99 ◦ blue 223

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

Shades of Medium Slate Blue #8063DF

Tints of Medium Slate Blue #8063DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.56%

R = 28.44%
G = 22%
B = 49.56%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8063DF (or 0x8063DF) is known color: Medium Slate Blue. HEX triplet: 80, 63 and DF. RGB value is (128,99,223). Sum of RGB (Red+Green+Blue) = 128+99+223=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #8063DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8063DF is #7F9C20. Grayscale: #797979. Windows color (decimal): -8363041 or 14640000. OLE color: 14640000.

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

Color convert

RGB 128 99 223 -
CMYK 0.43 0.56 0 0.13
HSL 254.03º 0.66% 0.63% -
HSV(B) 254.03º 0.56% 0.87% -
XYZ 26.68 18.84 72.04 -
YUV 121.81 185.11 132.42 -
System Red Green Blue C M Y K H S L
Decimal 128 99 223 0.43 0.56 0 0.13 254.03 0.66 0.63
Hex 80 63 DF 2B 38 0 D FE 42 3F
Octal 200 143 337 53 70 0 15 376 102 77
Binary 10000000 1100011 11011111 101011 111000 0 1101 11111110 1000010 111111

Color Harmonies of #8063DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8063DF

Black with #8063DF

Text Example


Text Example

White with #8063DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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