#9678f8

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

Shades of Light Slate Blue #9678F8

Tints of Light Slate Blue #9678F8

Color information

#9678F8 (or 0x9678F8) is unknown color: approx Light Slate Blue. HEX triplet: 96, 78 and F8. RGB value is (150,120,248). Sum of RGB (Red+Green+Blue) = 150+120+248=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 248 (97.27% from 255 or 47.88% from 518); Max value from RGB is 248 - color contains mainly: blue. Hex color #9678F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9678F8 is #698707. Grayscale: #8F8F8F. Windows color (decimal): -6915848 or 16283798. OLE color: 16283798.

HSL color Cylindrical-coordinate representation of color #9678F8: hue angle of 254.06º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9678F8 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB150120248-
CMYK0.400.5200.03
HSL254.06º90.14%72.16%-
HSV(B)254.06º51.61%97.25%-
XYZ36.2426.6992.05-
YUV143.56186.94132.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.96%
GREEN value IS 120 (47.27% from 255) = 23.17%
BLUE value IS 248 (97.27% from 255) = 47.88%
R=28.96%
G=23.17%
B=47.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1501202480.400.5200.03254.0690.1472.16
Hex9678F8283403fe5a48
Octal226170370506403376132110
Binary100101101111000111110001010001101000111111111010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9678f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9678f8; }

 p { color: rgb(150,120,248); }

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

<style>
 a { background-color: #9678f8; }

 a { background-color: rgb(150,120,248); }

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

<style>
 span { border-color: #9678f8; }

 span { border-color: rgb(150,120,248); }

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