Html Css Color HEX #805AFF Light Slate Blue

📋 copy color: '#805AFF'

red 128 ◦ green 90 ◦ blue 255

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

Shades of Light Slate Blue #805AFF

Tints of Light Slate Blue #805AFF

RGB

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

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

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

R = 27.06%
G = 19.03%
B = 53.91%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#805AFF (or 0x805AFF) is known color: Light Slate Blue. HEX triplet: 80, 5A and FF. RGB value is (128,90,255). Sum of RGB (Red+Green+Blue) = 128+90+255=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #805AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805AFF is #7FA500. Grayscale: #777777. Windows color (decimal): -8365313 or 16734848. OLE color: 16734848.

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

Color convert

RGB 128 90 255 -
CMYK 0.50 0.65 0 0
HSL 253.82º 1% 0.68% -
HSV(B) 253.82º 0.65% 1% -
XYZ 30.61 19.12 96.69 -
YUV 120.17 204.09 133.58 -
System Red Green Blue C M Y K H S L
Decimal 128 90 255 0.50 0.65 0 0 253.82 1 0.68
Hex 80 5A FF 32 41 0 0 FE 64 44
Octal 200 132 377 62 101 0 0 376 144 104
Binary 10000000 1011010 11111111 110010 1000001 0 0 11111110 1100100 1000100

Color Harmonies of #805AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805AFF

Black with #805AFF

Text Example


Text Example

White with #805AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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