#9670F7

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

Shades of Light Slate Blue #9670F7

Tints of Light Slate Blue #9670F7

Color information

#9670F7 (or 0x9670F7) is unknown color: approx Light Slate Blue. HEX triplet: 96, 70 and F7. RGB value is (150,112,247). Sum of RGB (Red+Green+Blue) = 150+112+247=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #9670F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9670F7 is #698F08. Grayscale: #8A8A8A. Windows color (decimal): -6917897 or 16216214. OLE color: 16216214.

HSL color Cylindrical-coordinate representation of color #9670F7: hue angle of 256.89º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9670F7 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB150112247-
CMYK0.390.5500.03
HSL256.89º89.4%70.39%-
HSV(B)256.89º54.66%96.86%-
XYZ35.1624.7990.93-
YUV138.75189.09136.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.47%
GREEN value IS 112 (44.14% from 255) = 22.00%
BLUE value IS 247 (96.88% from 255) = 48.53%
R=29.47%
G=22.00%
B=48.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1501122470.390.5500.03256.8989.470.39
Hex9670F72737031015946
Octal226160367476703401131106
Binary1001011011100001111011110011111011101110000000110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9670F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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