#816DFA

Color #816DFA Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #816DFA

Tints of Light Slate Blue #816DFA

Color information

#816DFA (or 0x816DFA) is unknown color: approx Light Slate Blue. HEX triplet: 81, 6D and FA. RGB value is (129,109,250). Sum of RGB (Red+Green+Blue) = 129+109+250=488 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.43% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #816DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816DFA is #7E9205. Grayscale: #828282. Windows color (decimal): -8294918 or 16412033. OLE color: 16412033.

HSL color Cylindrical-coordinate representation of color #816DFA: hue angle of 248.51º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #816DFA is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129109250-
CMYK0.480.5600.02
HSL248.51º93.38%70.39%-
HSV(B)248.51º56.4%98.04%-
XYZ31.7822.5193.11-
YUV131.05195.13126.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.43%
GREEN value IS 109 (42.97% from 255) = 22.34%
BLUE value IS 250 (98.05% from 255) = 51.23%
R=26.43%
G=22.34%
B=51.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291092500.480.5600.02248.5193.3870.39
Hex816DFA303802f95d46
Octal201155372607002371135106
Binary100000011101101111110101100001110000101111100110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,109,250); }

 H1.HeaderClassName
 {
   color: #816DFA;
 }
 .AnyTagClassName
 {
   color: #816DFA;
 }
</style>
background-color css

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

 a { background-color: rgb(129,109,250); }

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

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

 span { border-color: rgb(129,109,250); }

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