Html Css Color HEX #815DFE Light Slate Blue

📋 copy color: '#815DFE'

red 129 ◦ green 93 ◦ blue 254

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

Shades of Light Slate Blue #815DFE

Tints of Light Slate Blue #815DFE

RGB

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

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

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

R = 27.1%
G = 19.54%
B = 53.36%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#815DFE (or 0x815DFE) is known color: Light Slate Blue. HEX triplet: 81, 5D and FE. RGB value is (129,93,254). Sum of RGB (Red+Green+Blue) = 129+93+254=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #815DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815DFE is #7EA201. Grayscale: #797979. Windows color (decimal): -8299010 or 16670081. OLE color: 16670081.

HSL color Cylindrical-coordinate representation of color #815DFE: hue angle of 253.42º 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 #815DFE is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 129 93 254 -
CMYK 0.49 0.63 0 0.00
HSL 253.42º 0.99% 0.68% -
HSV(B) 253.42º 0.63% 1% -
XYZ 30.86 19.65 95.93 -
YUV 122.12 202.43 132.91 -
System Red Green Blue C M Y K H S L
Decimal 129 93 254 0.49 0.63 0 0.00 253.42 0.99 0.68
Hex 81 5D FE 31 3F 0 0 FD 63 44
Octal 201 135 376 61 77 0 0 375 143 104
Binary 10000001 1011101 11111110 110001 111111 0 0 11111101 1100011 1000100

Color Harmonies of #815DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815DFE

Black with #815DFE

Text Example


Text Example

White with #815DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,93,254); }

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

background-color css

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

 a { background-color: rgb(129,93,254); }

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

border-color css

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

 span { border-color: rgb(129,93,254); }

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