#818AFB

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

Shades of Light Slate Blue #818AFB

Tints of Light Slate Blue #818AFB

Color information

#818AFB (or 0x818AFB) is unknown color: approx Light Slate Blue. HEX triplet: 81, 8A and FB. RGB value is (129,138,251). Sum of RGB (Red+Green+Blue) = 129+138+251=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #818AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818AFB is #7E7504. Grayscale: #939393. Windows color (decimal): -8287493 or 16484993. OLE color: 16484993.

HSL color Cylindrical-coordinate representation of color #818AFB: hue angle of 235.57º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #818AFB is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129138251-
CMYK0.490.4500.02
HSL235.57º93.85%74.51%-
HSV(B)235.57º48.61%98.43%-
XYZ35.5529.8195.15-
YUV148.19186.02114.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.90%
GREEN value IS 138 (54.30% from 255) = 26.64%
BLUE value IS 251 (98.44% from 255) = 48.46%
R=24.90%
G=26.64%
B=48.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291382510.490.4500.02235.5793.8574.51
Hex818AFB312D02ec5e4b
Octal201212373615502354136113
Binary1000000110001010111110111100011011010101110110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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