Html Css Color HEX #805DFF Light Slate Blue

📋 copy color: '#805DFF'

red 128 ◦ green 93 ◦ blue 255

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

Shades of Light Slate Blue #805DFF

Tints of Light Slate Blue #805DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.54%

 BLUE value IS 255 (100% from 255) = 53.57%

R = 26.89%
G = 19.54%
B = 53.57%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#805DFF (or 0x805DFF) is known color: Light Slate Blue. HEX triplet: 80, 5D and FF. RGB value is (128,93,255). Sum of RGB (Red+Green+Blue) = 128+93+255=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #805DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805DFF is #7FA200. Grayscale: #797979. Windows color (decimal): -8364545 or 16735616. OLE color: 16735616.

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

Color convert

RGB 128 93 255 -
CMYK 0.50 0.64 0 0
HSL 252.96º 1% 0.68% -
HSV(B) 252.96º 0.64% 1% -
XYZ 30.87 19.64 96.77 -
YUV 121.93 203.1 132.33 -
System Red Green Blue C M Y K H S L
Decimal 128 93 255 0.50 0.64 0 0 252.96 1 0.68
Hex 80 5D FF 32 40 0 0 FD 64 44
Octal 200 135 377 62 100 0 0 375 144 104
Binary 10000000 1011101 11111111 110010 1000000 0 0 11111101 1100100 1000100

Color Harmonies of #805DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805DFF

Black with #805DFF

Text Example


Text Example

White with #805DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,93,255); }

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

background-color css

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

 a { background-color: rgb(128,93,255); }

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

border-color css

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

 span { border-color: rgb(128,93,255); }

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