Html Css Color HEX #8064DD Medium Slate Blue

📋 copy color: '#8064DD'

red 128 ◦ green 100 ◦ blue 221

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

Shades of Medium Slate Blue #8064DD

Tints of Medium Slate Blue #8064DD

RGB

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

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

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

R = 28.51%
G = 22.27%
B = 49.22%

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

#8064DD (or 0x8064DD) is known color: Medium Slate Blue. HEX triplet: 80, 64 and DD. RGB value is (128,100,221). Sum of RGB (Red+Green+Blue) = 128+100+221=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #8064DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8064DD is #7F9B22. Grayscale: #797979. Windows color (decimal): -8362787 or 14509184. OLE color: 14509184.

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

Color convert

RGB 128 100 221 -
CMYK 0.42 0.55 0 0.13
HSL 253.88º 0.64% 0.63% -
HSV(B) 253.88º 0.55% 0.87% -
XYZ 26.51 18.92 70.66 -
YUV 122.17 183.78 132.16 -
System Red Green Blue C M Y K H S L
Decimal 128 100 221 0.42 0.55 0 0.13 253.88 0.64 0.63
Hex 80 64 DD 2A 37 0 D FE 40 3F
Octal 200 144 335 52 67 0 15 376 100 77
Binary 10000000 1100100 11011101 101010 110111 0 1101 11111110 1000000 111111

Color Harmonies of #8064DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8064DD

Black with #8064DD

Text Example


Text Example

White with #8064DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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