#7480F7

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

Shades of Light Slate Blue #7480F7

Tints of Light Slate Blue #7480F7

Color information

#7480F7 (or 0x7480F7) is unknown color: approx Light Slate Blue. HEX triplet: 74, 80 and F7. RGB value is (116,128,247). Sum of RGB (Red+Green+Blue) = 116+128+247=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 247 (96.88% from 255 or 50.31% from 491); Max value from RGB is 247 - color contains mainly: blue. Hex color #7480F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7480F7 is #8B7F08. Grayscale: #898989. Windows color (decimal): -9142025 or 16220276. OLE color: 16220276.

HSL color Cylindrical-coordinate representation of color #7480F7: hue angle of 234.5º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7480F7 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB116128247-
CMYK0.530.4800.03
HSL234.5º89.12%71.18%-
HSV(B)234.5º53.04%96.86%-
XYZ31.7125.8791.32-
YUV137.98189.52112.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.63%
GREEN value IS 128 (50.39% from 255) = 26.07%
BLUE value IS 247 (96.88% from 255) = 50.31%
R=23.63%
G=26.07%
B=50.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1161282470.530.4800.03234.589.1271.18
Hex7480F7353003eb5947
Octal164200367656003353131107
Binary111010010000000111101111101011100000111110101110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7480F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7480F7; }

 p { color: rgb(116,128,247); }

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

<style>
 a { background-color: #7480F7; }

 a { background-color: rgb(116,128,247); }

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

<style>
 span { border-color: #7480F7; }

 span { border-color: rgb(116,128,247); }

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