Html Css Color HEX #805AF9 Medium Slate Blue

📋 copy color: '#805AF9'

red 128 ◦ green 90 ◦ blue 249

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

Shades of Medium Slate Blue #805AF9

Tints of Medium Slate Blue #805AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 53.32%

R = 27.41%
G = 19.27%
B = 53.32%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#805AF9 (or 0x805AF9) is known color: Medium Slate Blue. HEX triplet: 80, 5A and F9. RGB value is (128,90,249). Sum of RGB (Red+Green+Blue) = 128+90+249=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 249 (97.66% from 255 or 53.32% from 467); Max value from RGB is 249 - color contains mainly: blue. Hex color #805AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805AF9 is #7FA506. Grayscale: #767676. Windows color (decimal): -8365319 or 16341632. OLE color: 16341632.

HSL color Cylindrical-coordinate representation of color #805AF9: hue angle of 254.34º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #805AF9 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 90 249 -
CMYK 0.49 0.64 0 0.02
HSL 254.34º 0.93% 0.66% -
HSV(B) 254.34º 0.64% 0.98% -
XYZ 29.66 18.74 91.68 -
YUV 119.49 201.09 134.07 -
System Red Green Blue C M Y K H S L
Decimal 128 90 249 0.49 0.64 0 0.02 254.34 0.93 0.66
Hex 80 5A F9 31 40 0 2 FE 5D 42
Octal 200 132 371 61 100 0 2 376 135 102
Binary 10000000 1011010 11111001 110001 1000000 0 10 11111110 1011101 1000010

Color Harmonies of #805AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805AF9

Black with #805AF9

Text Example


Text Example

White with #805AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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