Html Css Color HEX #8060DC Medium Slate Blue

📋 copy color: '#8060DC'

red 128 ◦ green 96 ◦ blue 220

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

Shades of Medium Slate Blue #8060DC

Tints of Medium Slate Blue #8060DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.55%

R = 28.83%
G = 21.62%
B = 49.55%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8060DC (or 0x8060DC) is known color: Medium Slate Blue. HEX triplet: 80, 60 and DC. RGB value is (128,96,220). Sum of RGB (Red+Green+Blue) = 128+96+220=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #8060DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8060DC is #7F9F23. Grayscale: #777777. Windows color (decimal): -8363812 or 14442624. OLE color: 14442624.

HSL color Cylindrical-coordinate representation of color #8060DC: hue angle of 255.48º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8060DC is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 96 220 -
CMYK 0.42 0.56 0 0.14
HSL 255.48º 0.64% 0.62% -
HSV(B) 255.48º 0.56% 0.86% -
XYZ 26 18.12 69.84 -
YUV 119.7 184.6 133.92 -
System Red Green Blue C M Y K H S L
Decimal 128 96 220 0.42 0.56 0 0.14 255.48 0.64 0.62
Hex 80 60 DC 2A 38 0 E FF 40 3E
Octal 200 140 334 52 70 0 16 377 100 76
Binary 10000000 1100000 11011100 101010 111000 0 1110 11111111 1000000 111110

Color Harmonies of #8060DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8060DC

Black with #8060DC

Text Example


Text Example

White with #8060DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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