#7E74FC

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

Shades of Light Slate Blue #7E74FC

Tints of Light Slate Blue #7E74FC

Color information

#7E74FC (or 0x7E74FC) is unknown color: approx Light Slate Blue. HEX triplet: 7E, 74 and FC. RGB value is (126,116,252). Sum of RGB (Red+Green+Blue) = 126+116+252=494 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.51% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E74FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E74FC is #818B03. Grayscale: #858585. Windows color (decimal): -8489732 or 16544894. OLE color: 16544894.

HSL color Cylindrical-coordinate representation of color #7E74FC: hue angle of 244.41º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E74FC is Cyan = 0.5, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB126116252-
CMYK0.50.5400.01
HSL244.41º95.77%72.16%-
HSV(B)244.41º53.97%98.82%-
XYZ32.4223.9595.01-
YUV134.49194.31121.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.51%
GREEN value IS 116 (45.70% from 255) = 23.48%
BLUE value IS 252 (98.83% from 255) = 51.01%
R=25.51%
G=23.48%
B=51.01%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1261162520.50.5400.01244.4195.7772.16
Hex7E74FC323601f46048
Octal176164374626601364140110
Binary1111110111010011111100110010110110011111010011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E74FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,116,252); }

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

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

 a { background-color: rgb(126,116,252); }

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

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

 span { border-color: rgb(126,116,252); }

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