Html Css Color HEX #805FFE Light Slate Blue

📋 copy color: '#805FFE'

red 128 ◦ green 95 ◦ blue 254

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

Shades of Light Slate Blue #805FFE

Tints of Light Slate Blue #805FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.92%

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

R = 26.83%
G = 19.92%
B = 53.25%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#805FFE (or 0x805FFE) is known color: Light Slate Blue. HEX triplet: 80, 5F and FE. RGB value is (128,95,254). Sum of RGB (Red+Green+Blue) = 128+95+254=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #805FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805FFE is #7FA001. Grayscale: #7A7A7A. Windows color (decimal): -8364034 or 16670592. OLE color: 16670592.

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

Color convert

RGB 128 95 254 -
CMYK 0.50 0.63 0 0.00
HSL 252.45º 0.99% 0.68% -
HSV(B) 252.45º 0.63% 1% -
XYZ 30.88 19.93 95.98 -
YUV 122.99 201.93 131.57 -
System Red Green Blue C M Y K H S L
Decimal 128 95 254 0.50 0.63 0 0.00 252.45 0.99 0.68
Hex 80 5F FE 32 3F 0 0 FC 63 44
Octal 200 137 376 62 77 0 0 374 143 104
Binary 10000000 1011111 11111110 110010 111111 0 0 11111100 1100011 1000100

Color Harmonies of #805FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805FFE

Black with #805FFE

Text Example


Text Example

White with #805FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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