#7477FA

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

Shades of Light Slate Blue #7477FA

Tints of Light Slate Blue #7477FA

Color information

#7477FA (or 0x7477FA) is unknown color: approx Light Slate Blue. HEX triplet: 74, 77 and FA. RGB value is (116,119,250). Sum of RGB (Red+Green+Blue) = 116+119+250=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #7477FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7477FA is #8B8805. Grayscale: #848484. Windows color (decimal): -9144326 or 16414580. OLE color: 16414580.

HSL color Cylindrical-coordinate representation of color #7477FA: hue angle of 238.66º 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 #7477FA is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB116119250-
CMYK0.540.5200.02
HSL238.66º93.06%71.76%-
HSV(B)238.66º53.6%98.04%-
XYZ31.0523.8193.4-
YUV133.04194.01115.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.92%
GREEN value IS 119 (46.88% from 255) = 24.54%
BLUE value IS 250 (98.05% from 255) = 51.55%
R=23.92%
G=24.54%
B=51.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1161192500.540.5200.02238.6693.0671.76
Hex7477FA363402ef5d48
Octal164167372666402357135110
Binary11101001110111111110101101101101000101110111110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7477FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7477FA; }

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

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

<style>
 a { background-color: #7477FA; }

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

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

<style>
 span { border-color: #7477FA; }

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

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