Html Css Color HEX #8060DD Medium Slate Blue

📋 copy color: '#8060DD'

red 128 ◦ green 96 ◦ blue 221

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

Shades of Medium Slate Blue #8060DD

Tints of Medium Slate Blue #8060DD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.57%

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

R = 28.76%
G = 21.57%
B = 49.66%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8060DD (or 0x8060DD) is known color: Medium Slate Blue. HEX triplet: 80, 60 and DD. RGB value is (128,96,221). Sum of RGB (Red+Green+Blue) = 128+96+221=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #8060DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8060DD is #7F9F22. Grayscale: #777777. Windows color (decimal): -8363811 or 14508160. OLE color: 14508160.

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

Color convert

RGB 128 96 221 -
CMYK 0.42 0.57 0 0.13
HSL 255.36º 0.65% 0.62% -
HSV(B) 255.36º 0.57% 0.87% -
XYZ 26.14 18.18 70.54 -
YUV 119.82 185.1 133.84 -
System Red Green Blue C M Y K H S L
Decimal 128 96 221 0.42 0.57 0 0.13 255.36 0.65 0.62
Hex 80 60 DD 2A 39 0 D FF 41 3E
Octal 200 140 335 52 71 0 15 377 101 76
Binary 10000000 1100000 11011101 101010 111001 0 1101 11111111 1000001 111110

Color Harmonies of #8060DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8060DD

Black with #8060DD

Text Example


Text Example

White with #8060DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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