Html Css Color HEX #805EFD Light Slate Blue

📋 copy color: '#805EFD'

red 128 ◦ green 94 ◦ blue 253

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

Shades of Light Slate Blue #805EFD

Tints of Light Slate Blue #805EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.79%

 BLUE value IS 253 (99.22% from 255) = 53.26%

R = 26.95%
G = 19.79%
B = 53.26%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#805EFD (or 0x805EFD) is known color: Light Slate Blue. HEX triplet: 80, 5E and FD. RGB value is (128,94,253). Sum of RGB (Red+Green+Blue) = 128+94+253=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #805EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805EFD is #7FA102. Grayscale: #797979. Windows color (decimal): -8364291 or 16604800. OLE color: 16604800.

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

Color convert

RGB 128 94 253 -
CMYK 0.49 0.63 0 0.01
HSL 252.83º 0.98% 0.68% -
HSV(B) 252.83º 0.63% 0.99% -
XYZ 30.63 19.69 95.11 -
YUV 122.29 201.76 132.07 -
System Red Green Blue C M Y K H S L
Decimal 128 94 253 0.49 0.63 0 0.01 252.83 0.98 0.68
Hex 80 5E FD 31 3F 0 1 FD 62 44
Octal 200 136 375 61 77 0 1 375 142 104
Binary 10000000 1011110 11111101 110001 111111 0 1 11111101 1100010 1000100

Color Harmonies of #805EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805EFD

Black with #805EFD

Text Example


Text Example

White with #805EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,94,253); }

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

background-color css

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

 a { background-color: rgb(128,94,253); }

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

border-color css

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

 span { border-color: rgb(128,94,253); }

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