#747EFC

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

Shades of Light Slate Blue #747EFC

Tints of Light Slate Blue #747EFC

Color information

#747EFC (or 0x747EFC) is unknown color: approx Light Slate Blue. HEX triplet: 74, 7E and FC. RGB value is (116,126,252). Sum of RGB (Red+Green+Blue) = 116+126+252=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 126 (49.61% from 255 or 25.51% 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 #747EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747EFC is #8B8103. Grayscale: #888888. Windows color (decimal): -9142532 or 16547444. OLE color: 16547444.

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

Color convert

RGB116126252-
CMYK0.540.500.01
HSL235.59º95.77%72.16%-
HSV(B)235.59º53.97%98.82%-
XYZ32.2325.6695.35-
YUV137.37192.69112.75-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1161262520.540.500.01235.5995.7772.16
Hex747EFC363201ec6048
Octal164176374666201354140110
Binary1110100111111011111100110110110010011110110011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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