Html Css Color HEX #805ADA Medium Slate Blue

📋 copy color: '#805ADA'

red 128 ◦ green 90 ◦ blue 218

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

Shades of Medium Slate Blue #805ADA

Tints of Medium Slate Blue #805ADA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.64%

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

R = 29.36%
G = 20.64%
B = 50%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#805ADA (or 0x805ADA) is known color: Medium Slate Blue. HEX triplet: 80, 5A and DA. RGB value is (128,90,218). Sum of RGB (Red+Green+Blue) = 128+90+218=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #805ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ADA is #7FA525. Grayscale: #737373. Windows color (decimal): -8365350 or 14310016. OLE color: 14310016.

HSL color Cylindrical-coordinate representation of color #805ADA: hue angle of 257.81º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #805ADA is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 90 218 -
CMYK 0.41 0.59 0 0.15
HSL 257.81º 0.63% 0.6% -
HSV(B) 257.81º 0.59% 0.85% -
XYZ 25.21 16.96 68.28 -
YUV 115.95 185.59 136.59 -
System Red Green Blue C M Y K H S L
Decimal 128 90 218 0.41 0.59 0 0.15 257.81 0.63 0.6
Hex 80 5A DA 29 3B 0 F 102 3F 3C
Octal 200 132 332 51 73 0 17 402 77 74
Binary 10000000 1011010 11011010 101001 111011 0 1111 100000010 111111 111100

Color Harmonies of #805ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805ADA

Black with #805ADA

Text Example


Text Example

White with #805ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805ADA; }

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

 H1.HeaderClassName
 {
   color: #805ADA;
 }
 .AnyTagClassName
 {
   color: #805ADA;
 }
</style>

background-color css

<style>
 a { background-color: #805ADA; }

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

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

border-color css

<style>
 span { border-color: #805ADA; }

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

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