#7E74FD

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

Shades of Light Slate Blue #7E74FD

Tints of Light Slate Blue #7E74FD

Color information

#7E74FD (or 0x7E74FD) is unknown color: approx Light Slate Blue. HEX triplet: 7E, 74 and FD. RGB value is (126,116,253). Sum of RGB (Red+Green+Blue) = 126+116+253=495 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.45% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #7E74FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E74FD is #818B02. Grayscale: #868686. Windows color (decimal): -8489731 or 16610430. OLE color: 16610430.

HSL color Cylindrical-coordinate representation of color #7E74FD: hue angle of 244.38º degrees, saturation: 0.97, 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 #7E74FD is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB126116253-
CMYK0.500.5400.01
HSL244.38º97.16%72.35%-
HSV(B)244.38º54.15%99.22%-
XYZ32.5824.0295.85-
YUV134.61194.81121.86-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.45%
GREEN value IS 116 (45.70% from 255) = 23.43%
BLUE value IS 253 (99.22% from 255) = 51.11%
R=25.45%
G=23.43%
B=51.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1261162530.500.5400.01244.3897.1672.35
Hex7E74FD323601f46148
Octal176164375626601364141110
Binary1111110111010011111101110010110110011111010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E74FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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