Html Css Color HEX #8060DA Medium Slate Blue

📋 copy color: '#8060DA'

red 128 ◦ green 96 ◦ blue 218

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

Shades of Medium Slate Blue #8060DA

Tints of Medium Slate Blue #8060DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.32%

R = 28.96%
G = 21.72%
B = 49.32%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8060DA (or 0x8060DA) is known color: Medium Slate Blue. HEX triplet: 80, 60 and DA. RGB value is (128,96,218). Sum of RGB (Red+Green+Blue) = 128+96+218=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #8060DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8060DA is #7F9F25. Grayscale: #777777. Windows color (decimal): -8363814 or 14311552. OLE color: 14311552.

HSL color Cylindrical-coordinate representation of color #8060DA: hue angle of 255.74º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8060DA is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 96 218 -
CMYK 0.41 0.56 0 0.15
HSL 255.74º 0.62% 0.62% -
HSV(B) 255.74º 0.56% 0.85% -
XYZ 25.74 18.02 68.45 -
YUV 119.48 183.6 134.08 -
System Red Green Blue C M Y K H S L
Decimal 128 96 218 0.41 0.56 0 0.15 255.74 0.62 0.62
Hex 80 60 DA 29 38 0 F 100 3E 3E
Octal 200 140 332 51 70 0 17 400 76 76
Binary 10000000 1100000 11011010 101001 111000 0 1111 100000000 111110 111110

Color Harmonies of #8060DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8060DA

Black with #8060DA

Text Example


Text Example

White with #8060DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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