Html Css Color HEX #815AFF Light Slate Blue

📋 copy color: '#815AFF'

red 129 ◦ green 90 ◦ blue 255

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

Shades of Light Slate Blue #815AFF

Tints of Light Slate Blue #815AFF

RGB

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

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

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

R = 27.22%
G = 18.99%
B = 53.8%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#815AFF (or 0x815AFF) is known color: Light Slate Blue. HEX triplet: 81, 5A and FF. RGB value is (129,90,255). Sum of RGB (Red+Green+Blue) = 129+90+255=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #815AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815AFF is #7EA500. Grayscale: #777777. Windows color (decimal): -8299777 or 16734849. OLE color: 16734849.

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

Color convert

RGB 129 90 255 -
CMYK 0.49 0.65 0 0
HSL 254.18º 1% 0.68% -
HSV(B) 254.18º 0.65% 1% -
XYZ 30.76 19.2 96.69 -
YUV 120.47 203.92 134.08 -
System Red Green Blue C M Y K H S L
Decimal 129 90 255 0.49 0.65 0 0 254.18 1 0.68
Hex 81 5A FF 31 41 0 0 FE 64 44
Octal 201 132 377 61 101 0 0 376 144 104
Binary 10000001 1011010 11111111 110001 1000001 0 0 11111110 1100100 1000100

Color Harmonies of #815AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815AFF

Black with #815AFF

Text Example


Text Example

White with #815AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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