#7E82EF

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

Shades of Light Slate Blue #7E82EF

Tints of Light Slate Blue #7E82EF

Color information

#7E82EF (or 0x7E82EF) is unknown color: approx Light Slate Blue. HEX triplet: 7E, 82 and EF. RGB value is (126,130,239). Sum of RGB (Red+Green+Blue) = 126+130+239=495 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.45% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #7E82EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E82EF is #817D10. Grayscale: #8C8C8C. Windows color (decimal): -8486161 or 15696510. OLE color: 15696510.

HSL color Cylindrical-coordinate representation of color #7E82EF: hue angle of 237.88º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E82EF is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB126130239-
CMYK0.470.4600.06
HSL237.88º77.93%71.57%-
HSV(B)237.88º47.28%93.73%-
XYZ32.1726.6385.11-
YUV141.23183.17117.14-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.45%
GREEN value IS 130 (51.17% from 255) = 26.26%
BLUE value IS 239 (93.75% from 255) = 48.28%
R=25.45%
G=26.26%
B=48.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1261302390.470.4600.06237.8877.9371.57
Hex7E82EF2F2E06ee4e48
Octal176202357575606356116110
Binary1111110100000101110111110111110111001101110111010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E82EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,130,239); }

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

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

 a { background-color: rgb(126,130,239); }

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

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

 span { border-color: rgb(126,130,239); }

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