#9670FA

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

Shades of Light Slate Blue #9670FA

Tints of Light Slate Blue #9670FA

Color information

#9670FA (or 0x9670FA) is unknown color: approx Light Slate Blue. HEX triplet: 96, 70 and FA. RGB value is (150,112,250). Sum of RGB (Red+Green+Blue) = 150+112+250=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #9670FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9670FA is #698F05. Grayscale: #8A8A8A. Windows color (decimal): -6917894 or 16412822. OLE color: 16412822.

HSL color Cylindrical-coordinate representation of color #9670FA: hue angle of 256.52º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9670FA is Cyan = 0.4, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150112250-
CMYK0.40.5500.02
HSL256.52º93.24%70.98%-
HSV(B)256.52º55.2%98.04%-
XYZ35.6324.9793.39-
YUV139.09190.59135.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.30%
GREEN value IS 112 (44.14% from 255) = 21.88%
BLUE value IS 250 (98.05% from 255) = 48.83%
R=29.30%
G=21.88%
B=48.83%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501122500.40.5500.02256.5293.2470.98
Hex9670FA2837021015d47
Octal226160372506702401135107
Binary1001011011100001111101010100011011101010000000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9670FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9670FA; }

 p { color: rgb(150,112,250); }

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

<style>
 a { background-color: #9670FA; }

 a { background-color: rgb(150,112,250); }

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

<style>
 span { border-color: #9670FA; }

 span { border-color: rgb(150,112,250); }

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