#818BFE

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

Shades of Light Slate Blue #818BFE

Tints of Light Slate Blue #818BFE

Color information

#818BFE (or 0x818BFE) is unknown color: approx Light Slate Blue. HEX triplet: 81, 8B and FE. RGB value is (129,139,254). Sum of RGB (Red+Green+Blue) = 129+139+254=522 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.71% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #818BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818BFE is #7E7401. Grayscale: #949494. Windows color (decimal): -8287234 or 16681857. OLE color: 16681857.

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

Color convert

RGB129139254-
CMYK0.490.4500.00
HSL235.2º98.43%75.1%-
HSV(B)235.2º49.21%99.61%-
XYZ36.1830.2997.71-
YUV149.12187.19113.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.71%
GREEN value IS 139 (54.69% from 255) = 26.63%
BLUE value IS 254 (99.61% from 255) = 48.66%
R=24.71%
G=26.63%
B=48.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1291392540.490.4500.00235.298.4375.1
Hex818BFE312D00eb624b
Octal201213376615500353142113
Binary100000011000101111111110110001101101001110101111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,139,254); }

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

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

 a { background-color: rgb(129,139,254); }

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

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

 span { border-color: rgb(129,139,254); }

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