Html Css Color HEX #805AFE Medium Slate Blue

📋 copy color: '#805AFE'

red 128 ◦ green 90 ◦ blue 254

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

Shades of Medium Slate Blue #805AFE

Tints of Medium Slate Blue #805AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.81%

R = 27.12%
G = 19.07%
B = 53.81%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#805AFE (or 0x805AFE) is known color: Medium Slate Blue. HEX triplet: 80, 5A and FE. RGB value is (128,90,254). Sum of RGB (Red+Green+Blue) = 128+90+254=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #805AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805AFE is #7FA501. Grayscale: #777777. Windows color (decimal): -8365314 or 16669312. OLE color: 16669312.

HSL color Cylindrical-coordinate representation of color #805AFE: hue angle of 253.9º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #805AFE is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 90 254 -
CMYK 0.50 0.65 0 0.00
HSL 253.9º 0.99% 0.67% -
HSV(B) 253.9º 0.65% 1% -
XYZ 30.45 19.06 95.84 -
YUV 120.06 203.59 133.66 -
System Red Green Blue C M Y K H S L
Decimal 128 90 254 0.50 0.65 0 0.00 253.9 0.99 0.67
Hex 80 5A FE 32 41 0 0 FE 63 43
Octal 200 132 376 62 101 0 0 376 143 103
Binary 10000000 1011010 11111110 110010 1000001 0 0 11111110 1100011 1000011

Color Harmonies of #805AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805AFE

Black with #805AFE

Text Example


Text Example

White with #805AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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