#818AF9

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

Shades of Light Slate Blue #818AF9

Tints of Light Slate Blue #818AF9

Color information

#818AF9 (or 0x818AF9) is unknown color: approx Light Slate Blue. HEX triplet: 81, 8A and F9. RGB value is (129,138,249). Sum of RGB (Red+Green+Blue) = 129+138+249=516 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #818AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818AF9 is #7E7506. Grayscale: #939393. Windows color (decimal): -8287495 or 16353921. OLE color: 16353921.

HSL color Cylindrical-coordinate representation of color #818AF9: hue angle of 235.5º degrees, saturation: 0.91, 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 #818AF9 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129138249-
CMYK0.480.4500.02
HSL235.5º90.91%74.12%-
HSV(B)235.5º48.19%97.65%-
XYZ35.2429.6893.49-
YUV147.96185.02114.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25%
GREEN value IS 138 (54.30% from 255) = 26.74%
BLUE value IS 249 (97.66% from 255) = 48.26%
R=25%
G=26.74%
B=48.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291382490.480.4500.02235.590.9174.12
Hex818AF9302D02ec5b4a
Octal201212371605502354133112
Binary1000000110001010111110011100001011010101110110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,138,249); }

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

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

 a { background-color: rgb(129,138,249); }

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

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

 span { border-color: rgb(129,138,249); }

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