#9C78FD

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

Shades of Light Slate Blue #9C78FD

Tints of Light Slate Blue #9C78FD

Color information

#9C78FD (or 0x9C78FD) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 78 and FD. RGB value is (156,120,253). Sum of RGB (Red+Green+Blue) = 156+120+253=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C78FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C78FD is #638702. Grayscale: #919191. Windows color (decimal): -6522627 or 16611484. OLE color: 16611484.

HSL color Cylindrical-coordinate representation of color #9C78FD: hue angle of 256.24º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C78FD is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB156120253-
CMYK0.380.5300.01
HSL256.24º97.08%73.14%-
HSV(B)256.24º52.57%99.22%-
XYZ38.1627.5996.24-
YUV145.93188.43135.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.49%
GREEN value IS 120 (47.27% from 255) = 22.68%
BLUE value IS 253 (99.22% from 255) = 47.83%
R=29.49%
G=22.68%
B=47.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1561202530.380.5300.01256.2497.0873.14
Hex9C78FD2635011006149
Octal234170375466501400141111
Binary100111001111000111111011001101101010110000000011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C78FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C78FD; }

 p { color: rgb(156,120,253); }

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

<style>
 a { background-color: #9C78FD; }

 a { background-color: rgb(156,120,253); }

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

<style>
 span { border-color: #9C78FD; }

 span { border-color: rgb(156,120,253); }

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