#747EFD

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

Shades of Light Slate Blue #747EFD

Tints of Light Slate Blue #747EFD

Color information

#747EFD (or 0x747EFD) is unknown color: approx Light Slate Blue. HEX triplet: 74, 7E and FD. RGB value is (116,126,253). Sum of RGB (Red+Green+Blue) = 116+126+253=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 126 (49.61% from 255 or 25.45% 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 #747EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747EFD is #8B8102. Grayscale: #888888. Windows color (decimal): -9142531 or 16612980. OLE color: 16612980.

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

Color convert

RGB116126253-
CMYK0.540.5000.01
HSL235.62º97.16%72.35%-
HSV(B)235.62º54.15%99.22%-
XYZ32.3925.7396.19-
YUV137.49193.19112.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1161262530.540.5000.01235.6297.1672.35
Hex747EFD363201ec6148
Octal164176375666201354141110
Binary1110100111111011111101110110110010011110110011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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