#7E7CF0

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

Shades of Light Slate Blue #7E7CF0

Tints of Light Slate Blue #7E7CF0

Color information

#7E7CF0 (or 0x7E7CF0) is unknown color: approx Light Slate Blue. HEX triplet: 7E, 7C and F0. RGB value is (126,124,240). Sum of RGB (Red+Green+Blue) = 126+124+240=490 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.71% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #7E7CF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E7CF0 is #81830F. Grayscale: #898989. Windows color (decimal): -8487696 or 15760510. OLE color: 15760510.

HSL color Cylindrical-coordinate representation of color #7E7CF0: hue angle of 241.03º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E7CF0 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB126124240-
CMYK0.480.4800.06
HSL241.03º79.45%71.37%-
HSV(B)241.03º48.33%94.12%-
XYZ31.5425.1485.63-
YUV137.82185.66119.57-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.71%
GREEN value IS 124 (48.83% from 255) = 25.31%
BLUE value IS 240 (94.14% from 255) = 48.98%
R=25.71%
G=25.31%
B=48.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1261242400.480.4800.06241.0379.4571.37
Hex7E7CF0303006f14f47
Octal176174360606006361117107
Binary111111011111001111000011000011000001101111000110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,124,240); }

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

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

 a { background-color: rgb(126,124,240); }

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

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

 span { border-color: rgb(126,124,240); }

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