Html Css Color HEX #805FDA Medium Slate Blue

📋 copy color: '#805FDA'

red 128 ◦ green 95 ◦ blue 218

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

Shades of Medium Slate Blue #805FDA

Tints of Medium Slate Blue #805FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.54%

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

R = 29.02%
G = 21.54%
B = 49.43%

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

#805FDA (or 0x805FDA) is known color: Medium Slate Blue. HEX triplet: 80, 5F and DA. RGB value is (128,95,218). Sum of RGB (Red+Green+Blue) = 128+95+218=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #805FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805FDA is #7FA025. Grayscale: #767676. Windows color (decimal): -8364070 or 14311296. OLE color: 14311296.

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

Color convert

RGB 128 95 218 -
CMYK 0.41 0.56 0 0.15
HSL 256.1º 0.62% 0.61% -
HSV(B) 256.1º 0.56% 0.85% -
XYZ 25.65 17.84 68.42 -
YUV 118.89 183.93 134.5 -
System Red Green Blue C M Y K H S L
Decimal 128 95 218 0.41 0.56 0 0.15 256.1 0.62 0.61
Hex 80 5F DA 29 38 0 F 100 3E 3D
Octal 200 137 332 51 70 0 17 400 76 75
Binary 10000000 1011111 11011010 101001 111000 0 1111 100000000 111110 111101

Color Harmonies of #805FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805FDA

Black with #805FDA

Text Example


Text Example

White with #805FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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