Html Css Color HEX #805AF1 Medium Slate Blue

📋 copy color: '#805AF1'

red 128 ◦ green 90 ◦ blue 241

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

Shades of Medium Slate Blue #805AF1

Tints of Medium Slate Blue #805AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 52.51%

R = 27.89%
G = 19.61%
B = 52.51%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#805AF1 (or 0x805AF1) is known color: Medium Slate Blue. HEX triplet: 80, 5A and F1. RGB value is (128,90,241). Sum of RGB (Red+Green+Blue) = 128+90+241=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 241 (94.53% from 255 or 52.51% from 459); Max value from RGB is 241 - color contains mainly: blue. Hex color #805AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805AF1 is #7FA50E. Grayscale: #767676. Windows color (decimal): -8365327 or 15817344. OLE color: 15817344.

HSL color Cylindrical-coordinate representation of color #805AF1: hue angle of 255.1º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #805AF1 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 90 241 -
CMYK 0.47 0.63 0 0.05
HSL 255.1º 0.84% 0.65% -
HSV(B) 255.1º 0.63% 0.95% -
XYZ 28.44 18.25 85.24 -
YUV 118.58 197.09 134.72 -
System Red Green Blue C M Y K H S L
Decimal 128 90 241 0.47 0.63 0 0.05 255.1 0.84 0.65
Hex 80 5A F1 2F 3F 0 5 FF 54 41
Octal 200 132 361 57 77 0 5 377 124 101
Binary 10000000 1011010 11110001 101111 111111 0 101 11111111 1010100 1000001

Color Harmonies of #805AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805AF1

Black with #805AF1

Text Example


Text Example

White with #805AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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