#7e81fa

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

Shades of Light Slate Blue #7E81FA

Tints of Light Slate Blue #7E81FA

Color information

#7E81FA (or 0x7E81FA) is unknown color: approx Light Slate Blue. HEX triplet: 7E, 81 and FA. RGB value is (126,129,250). Sum of RGB (Red+Green+Blue) = 126+129+250=505 (66% of max value = 765). Red value is 126 (49.61% from 255 or 24.95% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E81FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E81FA is #817E05. Grayscale: #8D8D8D. Windows color (decimal): -8486406 or 16417150. OLE color: 16417150.

HSL color Cylindrical-coordinate representation of color #7E81FA: hue angle of 238.55º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E81FA is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB126129250-
CMYK0.500.4800.02
HSL238.55º92.54%73.73%-
HSV(B)238.55º49.6%98.04%-
XYZ33.7127.0493.88-
YUV141.9189.01116.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.95%
GREEN value IS 129 (50.78% from 255) = 25.54%
BLUE value IS 250 (98.05% from 255) = 49.50%
R=24.95%
G=25.54%
B=49.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1261292500.500.4800.02238.5592.5473.73
Hex7E81FA323002ef5d4a
Octal176201372626002357135112
Binary111111010000001111110101100101100000101110111110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e81fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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