Html Css Color HEX #815EFF Light Slate Blue

📋 copy color: '#815EFF'

red 129 ◦ green 94 ◦ blue 255

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

Shades of Light Slate Blue #815EFF

Tints of Light Slate Blue #815EFF

RGB

 RED value IS 129 (50.78% from 255) = 26.99%

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

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

R = 26.99%
G = 19.67%
B = 53.35%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#815EFF (or 0x815EFF) is known color: Light Slate Blue. HEX triplet: 81, 5E and FF. RGB value is (129,94,255). Sum of RGB (Red+Green+Blue) = 129+94+255=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #815EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815EFF is #7EA100. Grayscale: #7A7A7A. Windows color (decimal): -8298753 or 16735873. OLE color: 16735873.

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

Color convert

RGB 129 94 255 -
CMYK 0.49 0.63 0 0
HSL 253.04º 1% 0.68% -
HSV(B) 253.04º 0.63% 1% -
XYZ 31.11 19.89 96.81 -
YUV 122.82 202.6 132.41 -
System Red Green Blue C M Y K H S L
Decimal 129 94 255 0.49 0.63 0 0 253.04 1 0.68
Hex 81 5E FF 31 3F 0 0 FD 64 44
Octal 201 136 377 61 77 0 0 375 144 104
Binary 10000001 1011110 11111111 110001 111111 0 0 11111101 1100100 1000100

Color Harmonies of #815EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815EFF

Black with #815EFF

Text Example


Text Example

White with #815EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815EFF; }

 p { color: rgb(129,94,255); }

 H1.HeaderClassName
 {
   color: #815EFF;
 }
 .AnyTagClassName
 {
   color: #815EFF;
 }
</style>

background-color css

<style>
 a { background-color: #815EFF; }

 a { background-color: rgb(129,94,255); }

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

border-color css

<style>
 span { border-color: #815EFF; }

 span { border-color: rgb(129,94,255); }

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