#747EFE

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

Shades of Light Slate Blue #747EFE

Tints of Light Slate Blue #747EFE

Color information

#747EFE (or 0x747EFE) is unknown color: approx Light Slate Blue. HEX triplet: 74, 7E and FE. RGB value is (116,126,254). Sum of RGB (Red+Green+Blue) = 116+126+254=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #747EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747EFE is #8B8101. Grayscale: #898989. Windows color (decimal): -9142530 or 16678516. OLE color: 16678516.

HSL color Cylindrical-coordinate representation of color #747EFE: hue angle of 235.65º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #747EFE is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB116126254-
CMYK0.540.5000.00
HSL235.65º98.57%72.55%-
HSV(B)235.65º54.33%99.61%-
XYZ32.5525.7997.03-
YUV137.6193.69112.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.39%
GREEN value IS 126 (49.61% from 255) = 25.40%
BLUE value IS 254 (99.61% from 255) = 51.21%
R=23.39%
G=25.40%
B=51.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1161262540.540.5000.00235.6598.5772.55
Hex747EFE363200ec6349
Octal164176376666200354143111
Binary1110100111111011111110110110110010001110110011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747EFE; }

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

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

<style>
 a { background-color: #747EFE; }

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

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

<style>
 span { border-color: #747EFE; }

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

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