#9A6CFE

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

Shades of Light Slate Blue #9A6CFE

Tints of Light Slate Blue #9A6CFE

Color information

#9A6CFE (or 0x9A6CFE) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 6C and FE. RGB value is (154,108,254). Sum of RGB (Red+Green+Blue) = 154+108+254=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A6CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6CFE is #659301. Grayscale: #898989. Windows color (decimal): -6656770 or 16673946. OLE color: 16673946.

HSL color Cylindrical-coordinate representation of color #9A6CFE: hue angle of 258.9º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A6CFE is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB154108254-
CMYK0.390.5700.00
HSL258.9º98.65%70.98%-
HSV(B)258.9º57.48%99.61%-
XYZ36.5824.7596.62-
YUV138.4193.24139.13-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.84%
GREEN value IS 108 (42.58% from 255) = 20.93%
BLUE value IS 254 (99.61% from 255) = 49.22%
R=29.84%
G=20.93%
B=49.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1541082540.390.5700.00258.998.6570.98
Hex9A6CFE2739001036347
Octal232154376477100403143107
Binary100110101101100111111101001111110010010000001111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,108,254); }

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

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

 a { background-color: rgb(154,108,254); }

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

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

 span { border-color: rgb(154,108,254); }

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