Html Css Color HEX #816AFE Light Slate Blue

📋 copy color: '#816AFE'

red 129 ◦ green 106 ◦ blue 254

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

Shades of Light Slate Blue #816AFE

Tints of Light Slate Blue #816AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.68%

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

R = 26.38%
G = 21.68%
B = 51.94%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#816AFE (or 0x816AFE) is known color: Light Slate Blue. HEX triplet: 81, 6A and FE. RGB value is (129,106,254). Sum of RGB (Red+Green+Blue) = 129+106+254=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #816AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816AFE is #7E9501. Grayscale: #818181. Windows color (decimal): -8295682 or 16673409. OLE color: 16673409.

HSL color Cylindrical-coordinate representation of color #816AFE: hue angle of 249.32º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #816AFE is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 129 106 254 -
CMYK 0.49 0.58 0 0.00
HSL 249.32º 0.99% 0.71% -
HSV(B) 249.32º 0.58% 1% -
XYZ 32.1 22.13 96.35 -
YUV 129.75 198.12 127.47 -
System Red Green Blue C M Y K H S L
Decimal 129 106 254 0.49 0.58 0 0.00 249.32 0.99 0.71
Hex 81 6A FE 31 3A 0 0 F9 63 47
Octal 201 152 376 61 72 0 0 371 143 107
Binary 10000001 1101010 11111110 110001 111010 0 0 11111001 1100011 1000111

Color Harmonies of #816AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816AFE

Black with #816AFE

Text Example


Text Example

White with #816AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816AFE; }

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

 H1.HeaderClassName
 {
   color: #816AFE;
 }
 .AnyTagClassName
 {
   color: #816AFE;
 }
</style>

background-color css

<style>
 a { background-color: #816AFE; }

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

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

border-color css

<style>
 span { border-color: #816AFE; }

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

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