#7476FA

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

Shades of Light Slate Blue #7476FA

Tints of Light Slate Blue #7476FA

Color information

#7476FA (or 0x7476FA) is unknown color: approx Light Slate Blue. HEX triplet: 74, 76 and FA. RGB value is (116,118,250). Sum of RGB (Red+Green+Blue) = 116+118+250=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #7476FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7476FA is #8B8905. Grayscale: #838383. Windows color (decimal): -9144582 or 16414324. OLE color: 16414324.

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

Color convert

RGB116118250-
CMYK0.540.5300.02
HSL239.1º93.06%71.76%-
HSV(B)239.1º53.6%98.04%-
XYZ30.9423.5793.36-
YUV132.45194.34116.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.97%
GREEN value IS 118 (46.48% from 255) = 24.38%
BLUE value IS 250 (98.05% from 255) = 51.65%
R=23.97%
G=24.38%
B=51.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1161182500.540.5300.02239.193.0671.76
Hex7476FA363502ef5d48
Octal164166372666502357135110
Binary11101001110110111110101101101101010101110111110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7476FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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