#747AFA

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

Shades of Light Slate Blue #747AFA

Tints of Light Slate Blue #747AFA

Color information

#747AFA (or 0x747AFA) is unknown color: approx Light Slate Blue. HEX triplet: 74, 7A and FA. RGB value is (116,122,250). Sum of RGB (Red+Green+Blue) = 116+122+250=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #747AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747AFA is #8B8505. Grayscale: #868686. Windows color (decimal): -9143558 or 16415348. OLE color: 16415348.

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

Color convert

RGB116122250-
CMYK0.540.5100.02
HSL237.31º93.06%71.76%-
HSV(B)237.31º53.6%98.04%-
XYZ31.4224.5393.52-
YUV134.8193.01114.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.77%
GREEN value IS 122 (48.05% from 255) = 25%
BLUE value IS 250 (98.05% from 255) = 51.23%
R=23.77%
G=25%
B=51.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1161222500.540.5100.02237.3193.0671.76
Hex747AFA363302ed5d48
Octal164172372666302355135110
Binary11101001111010111110101101101100110101110110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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