#9670f4

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

Shades of Light Slate Blue #9670F4

Tints of Light Slate Blue #9670F4

Color information

#9670F4 (or 0x9670F4) is unknown color: approx Light Slate Blue. HEX triplet: 96, 70 and F4. RGB value is (150,112,244). Sum of RGB (Red+Green+Blue) = 150+112+244=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 244 (95.70% from 255 or 48.22% from 506); Max value from RGB is 244 - color contains mainly: blue. Hex color #9670F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9670F4 is #698F0B. Grayscale: #898989. Windows color (decimal): -6917900 or 16019606. OLE color: 16019606.

HSL color Cylindrical-coordinate representation of color #9670F4: hue angle of 257.27º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9670F4 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB150112244-
CMYK0.390.5400.04
HSL257.27º85.71%69.8%-
HSV(B)257.27º54.1%95.69%-
XYZ34.724.688.51-
YUV138.41187.59136.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.64%
GREEN value IS 112 (44.14% from 255) = 22.13%
BLUE value IS 244 (95.70% from 255) = 48.22%
R=29.64%
G=22.13%
B=48.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1501122440.390.5400.04257.2785.7169.8
Hex9670F42736041015646
Octal226160364476604401126106
Binary10010110111000011110100100111110110010010000000110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9670f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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