#9678F2

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

Shades of Light Slate Blue #9678F2

Tints of Light Slate Blue #9678F2

Color information

#9678F2 (or 0x9678F2) is unknown color: approx Light Slate Blue. HEX triplet: 96, 78 and F2. RGB value is (150,120,242). Sum of RGB (Red+Green+Blue) = 150+120+242=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #9678F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9678F2 is #69870D. Grayscale: #8E8E8E. Windows color (decimal): -6915854 or 15890582. OLE color: 15890582.

HSL color Cylindrical-coordinate representation of color #9678F2: hue angle of 254.75º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9678F2 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB150120242-
CMYK0.380.5000.05
HSL254.75º82.43%70.98%-
HSV(B)254.75º50.41%94.9%-
XYZ35.3226.3387.22-
YUV142.88183.94133.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.30%
GREEN value IS 120 (47.27% from 255) = 23.44%
BLUE value IS 242 (94.92% from 255) = 47.27%
R=29.30%
G=23.44%
B=47.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1501202420.380.5000.05254.7582.4370.98
Hex9678F2263205ff5247
Octal226170362466205377122107
Binary1001011011110001111001010011011001001011111111110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9678F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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