#9A78FD

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

Shades of Light Slate Blue #9A78FD

Tints of Light Slate Blue #9A78FD

Color information

#9A78FD (or 0x9A78FD) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 78 and FD. RGB value is (154,120,253). Sum of RGB (Red+Green+Blue) = 154+120+253=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A78FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A78FD is #658702. Grayscale: #909090. Windows color (decimal): -6653699 or 16611482. OLE color: 16611482.

HSL color Cylindrical-coordinate representation of color #9A78FD: hue angle of 255.34º 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 #9A78FD is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154120253-
CMYK0.390.5300.01
HSL255.34º97.08%73.14%-
HSV(B)255.34º52.57%99.22%-
XYZ37.7727.3996.23-
YUV145.33188.76134.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.22%
GREEN value IS 120 (47.27% from 255) = 22.77%
BLUE value IS 253 (99.22% from 255) = 48.01%
R=29.22%
G=22.77%
B=48.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1541202530.390.5300.01255.3497.0873.14
Hex9A78FD273501ff6149
Octal232170375476501377141111
Binary10011010111100011111101100111110101011111111111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A78FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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