#7478FC

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

Shades of Light Slate Blue #7478FC

Tints of Light Slate Blue #7478FC

Color information

#7478FC (or 0x7478FC) is unknown color: approx Light Slate Blue. HEX triplet: 74, 78 and FC. RGB value is (116,120,252). Sum of RGB (Red+Green+Blue) = 116+120+252=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #7478FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7478FC is #8B8703. Grayscale: #858585. Windows color (decimal): -9144068 or 16545908. OLE color: 16545908.

HSL color Cylindrical-coordinate representation of color #7478FC: hue angle of 238.24º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7478FC is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB116120252-
CMYK0.540.5200.01
HSL238.24º95.77%72.16%-
HSV(B)238.24º53.97%98.82%-
XYZ31.4924.1795.1-
YUV133.85194.67115.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.77%
GREEN value IS 120 (47.27% from 255) = 24.59%
BLUE value IS 252 (98.83% from 255) = 51.64%
R=23.77%
G=24.59%
B=51.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1161202520.540.5200.01238.2495.7772.16
Hex7478FC363401ee6048
Octal164170374666401356140110
Binary1110100111100011111100110110110100011110111011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7478FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7478FC; }

 p { color: rgb(116,120,252); }

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

<style>
 a { background-color: #7478FC; }

 a { background-color: rgb(116,120,252); }

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

<style>
 span { border-color: #7478FC; }

 span { border-color: rgb(116,120,252); }

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