#7178FA

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

Shades of Light Slate Blue #7178FA

Tints of Light Slate Blue #7178FA

Color information

#7178FA (or 0x7178FA) is unknown color: approx Light Slate Blue. HEX triplet: 71, 78 and FA. RGB value is (113,120,250). Sum of RGB (Red+Green+Blue) = 113+120+250=483 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.40% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #7178FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7178FA is #8E8705. Grayscale: #848484. Windows color (decimal): -9340678 or 16414833. OLE color: 16414833.

HSL color Cylindrical-coordinate representation of color #7178FA: hue angle of 236.93º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7178FA is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB113120250-
CMYK0.550.5200.02
HSL236.93º93.2%71.18%-
HSV(B)236.93º54.8%98.04%-
XYZ30.7823.8593.42-
YUV132.73194.18113.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.40%
GREEN value IS 120 (47.27% from 255) = 24.84%
BLUE value IS 250 (98.05% from 255) = 51.76%
R=23.40%
G=24.84%
B=51.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1131202500.550.5200.02236.9393.271.18
Hex7178FA373402ed5d47
Octal161170372676402355135107
Binary11100011111000111110101101111101000101110110110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7178FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,120,250); }

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

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

 a { background-color: rgb(113,120,250); }

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

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

 span { border-color: rgb(113,120,250); }

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