#747AF9

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

Shades of Light Slate Blue #747AF9

Tints of Light Slate Blue #747AF9

Color information

#747AF9 (or 0x747AF9) is unknown color: approx Light Slate Blue. HEX triplet: 74, 7A and F9. RGB value is (116,122,249). Sum of RGB (Red+Green+Blue) = 116+122+249=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #747AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747AF9 is #8B8506. Grayscale: #868686. Windows color (decimal): -9143559 or 16349812. OLE color: 16349812.

HSL color Cylindrical-coordinate representation of color #747AF9: hue angle of 237.29º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #747AF9 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB116122249-
CMYK0.530.5100.02
HSL237.29º91.72%71.57%-
HSV(B)237.29º53.41%97.65%-
XYZ31.2624.4792.7-
YUV134.68192.51114.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.82%
GREEN value IS 122 (48.05% from 255) = 25.05%
BLUE value IS 249 (97.66% from 255) = 51.13%
R=23.82%
G=25.05%
B=51.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1161222490.530.5100.02237.2991.7271.57
Hex747AF9353302ed5c48
Octal164172371656302355134110
Binary11101001111010111110011101011100110101110110110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,122,249); }

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

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

 a { background-color: rgb(116,122,249); }

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

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

 span { border-color: rgb(116,122,249); }

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