Html Css Color HEX #805BFE Medium Slate Blue

📋 copy color: '#805BFE'

red 128 ◦ green 91 ◦ blue 254

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

Shades of Medium Slate Blue #805BFE

Tints of Medium Slate Blue #805BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.24%

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

R = 27.06%
G = 19.24%
B = 53.7%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#805BFE (or 0x805BFE) is known color: Medium Slate Blue. HEX triplet: 80, 5B and FE. RGB value is (128,91,254). Sum of RGB (Red+Green+Blue) = 128+91+254=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #805BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805BFE is #7FA401. Grayscale: #787878. Windows color (decimal): -8365058 or 16669568. OLE color: 16669568.

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

Color convert

RGB 128 91 254 -
CMYK 0.50 0.64 0 0.00
HSL 253.62º 0.99% 0.68% -
HSV(B) 253.62º 0.64% 1% -
XYZ 30.53 19.23 95.87 -
YUV 120.65 203.26 133.25 -
System Red Green Blue C M Y K H S L
Decimal 128 91 254 0.50 0.64 0 0.00 253.62 0.99 0.68
Hex 80 5B FE 32 40 0 0 FE 63 44
Octal 200 133 376 62 100 0 0 376 143 104
Binary 10000000 1011011 11111110 110010 1000000 0 0 11111110 1100011 1000100

Color Harmonies of #805BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805BFE

Black with #805BFE

Text Example


Text Example

White with #805BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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