#7476FB

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

Shades of Light Slate Blue #7476FB

Tints of Light Slate Blue #7476FB

Color information

#7476FB (or 0x7476FB) is unknown color: approx Light Slate Blue. HEX triplet: 74, 76 and FB. RGB value is (116,118,251). Sum of RGB (Red+Green+Blue) = 116+118+251=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #7476FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7476FB is #8B8904. Grayscale: #848484. Windows color (decimal): -9144581 or 16479860. OLE color: 16479860.

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

Color convert

RGB116118251-
CMYK0.540.5300.02
HSL239.11º94.41%71.96%-
HSV(B)239.11º53.78%98.43%-
XYZ31.0923.6394.19-
YUV132.56194.84116.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.92%
GREEN value IS 118 (46.48% from 255) = 24.33%
BLUE value IS 251 (98.44% from 255) = 51.75%
R=23.92%
G=24.33%
B=51.75%

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
Decimal1161182510.540.5300.02239.1194.4171.96
Hex7476FB363502ef5e48
Octal164166373666502357136110
Binary11101001110110111110111101101101010101110111110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7476FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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