#7E81FE

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

Shades of Light Slate Blue #7E81FE

Tints of Light Slate Blue #7E81FE

Color information

#7E81FE (or 0x7E81FE) is unknown color: approx Light Slate Blue. HEX triplet: 7E, 81 and FE. RGB value is (126,129,254). Sum of RGB (Red+Green+Blue) = 126+129+254=509 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.75% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E81FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E81FE is #817E01. Grayscale: #8D8D8D. Windows color (decimal): -8486402 or 16679294. OLE color: 16679294.

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

Color convert

RGB126129254-
CMYK0.500.4900.00
HSL238.59º98.46%74.51%-
HSV(B)238.59º50.39%99.61%-
XYZ34.3427.2997.22-
YUV142.35191.01116.34-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.75%
GREEN value IS 129 (50.78% from 255) = 25.34%
BLUE value IS 254 (99.61% from 255) = 49.90%
R=24.75%
G=25.34%
B=49.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1261292540.500.4900.00238.5998.4674.51
Hex7E81FE323100ef624b
Octal176201376626100357142113
Binary11111101000000111111110110010110001001110111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E81FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E81FE; }

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

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

<style>
 a { background-color: #7E81FE; }

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

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

<style>
 span { border-color: #7E81FE; }

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

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