#816EFA

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

Shades of Light Slate Blue #816EFA

Tints of Light Slate Blue #816EFA

Color information

#816EFA (or 0x816EFA) is unknown color: approx Light Slate Blue. HEX triplet: 81, 6E and FA. RGB value is (129,110,250). Sum of RGB (Red+Green+Blue) = 129+110+250=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #816EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816EFA is #7E9105. Grayscale: #838383. Windows color (decimal): -8294662 or 16412289. OLE color: 16412289.

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

Color convert

RGB129110250-
CMYK0.480.5600.02
HSL248.14º93.33%70.59%-
HSV(B)248.14º56%98.04%-
XYZ31.8822.7293.15-
YUV131.64194.79126.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.38%
GREEN value IS 110 (43.36% from 255) = 22.49%
BLUE value IS 250 (98.05% from 255) = 51.12%
R=26.38%
G=22.49%
B=51.12%

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
Decimal1291102500.480.5600.02248.1493.3370.59
Hex816EFA303802f85d47
Octal201156372607002370135107
Binary100000011101110111110101100001110000101111100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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