#818EFA

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

Shades of Light Slate Blue #818EFA

Tints of Light Slate Blue #818EFA

Color information

#818EFA (or 0x818EFA) is unknown color: approx Light Slate Blue. HEX triplet: 81, 8E and FA. RGB value is (129,142,250). Sum of RGB (Red+Green+Blue) = 129+142+250=521 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.76% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #818EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818EFA is #7E7105. Grayscale: #959595. Windows color (decimal): -8286470 or 16420481. OLE color: 16420481.

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

Color convert

RGB129142250-
CMYK0.480.4300.02
HSL233.55º92.37%74.31%-
HSV(B)233.55º48.4%98.04%-
XYZ35.9830.9294.51-
YUV150.43184.19112.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.76%
GREEN value IS 142 (55.86% from 255) = 27.26%
BLUE value IS 250 (98.05% from 255) = 47.98%
R=24.76%
G=27.26%
B=47.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291422500.480.4300.02233.5592.3774.31
Hex818EFA302B02ea5c4a
Octal201216372605302352134112
Binary1000000110001110111110101100001010110101110101010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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