Html Css Color HEX #8064DF Medium Slate Blue

📋 copy color: '#8064DF'

red 128 ◦ green 100 ◦ blue 223

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

Shades of Medium Slate Blue #8064DF

Tints of Medium Slate Blue #8064DF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.17%

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

R = 28.38%
G = 22.17%
B = 49.45%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8064DF (or 0x8064DF) is known color: Medium Slate Blue. HEX triplet: 80, 64 and DF. RGB value is (128,100,223). Sum of RGB (Red+Green+Blue) = 128+100+223=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #8064DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8064DF is #7F9B20. Grayscale: #797979. Windows color (decimal): -8362785 or 14640256. OLE color: 14640256.

HSL color Cylindrical-coordinate representation of color #8064DF: hue angle of 253.66º degrees, saturation: 0.66, 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 #8064DF is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 100 223 -
CMYK 0.43 0.55 0 0.13
HSL 253.66º 0.66% 0.63% -
HSV(B) 253.66º 0.55% 0.87% -
XYZ 26.78 19.03 72.07 -
YUV 122.39 184.78 132 -
System Red Green Blue C M Y K H S L
Decimal 128 100 223 0.43 0.55 0 0.13 253.66 0.66 0.63
Hex 80 64 DF 2B 37 0 D FE 42 3F
Octal 200 144 337 53 67 0 15 376 102 77
Binary 10000000 1100100 11011111 101011 110111 0 1101 11111110 1000010 111111

Color Harmonies of #8064DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8064DF

Black with #8064DF

Text Example


Text Example

White with #8064DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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