#7E87FD

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

Shades of Light Slate Blue #7E87FD

Tints of Light Slate Blue #7E87FD

Color information

#7E87FD (or 0x7E87FD) is unknown color: approx Light Slate Blue. HEX triplet: 7E, 87 and FD. RGB value is (126,135,253). Sum of RGB (Red+Green+Blue) = 126+135+253=514 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.51% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #7E87FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E87FD is #817802. Grayscale: #919191. Windows color (decimal): -8484867 or 16615294. OLE color: 16615294.

HSL color Cylindrical-coordinate representation of color #7E87FD: hue angle of 235.75º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E87FD is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB126135253-
CMYK0.500.4700.01
HSL235.75º96.95%74.31%-
HSV(B)235.75º50.2%99.22%-
XYZ3528.8696.65-
YUV145.76188.52113.91-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.51%
GREEN value IS 135 (53.12% from 255) = 26.26%
BLUE value IS 253 (99.22% from 255) = 49.22%
R=24.51%
G=26.26%
B=49.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1261352530.500.4700.01235.7596.9574.31
Hex7E87FD322F01ec614a
Octal176207375625701354141112
Binary11111101000011111111101110010101111011110110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E87FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,135,253); }

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

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

 a { background-color: rgb(126,135,253); }

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

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

 span { border-color: rgb(126,135,253); }

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