#968DF9

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

Shades of Light Slate Blue #968DF9

Tints of Light Slate Blue #968DF9

Color information

#968DF9 (or 0x968DF9) is unknown color: approx Light Slate Blue. HEX triplet: 96, 8D and F9. RGB value is (150,141,249). Sum of RGB (Red+Green+Blue) = 150+141+249=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #968DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968DF9 is #697206. Grayscale: #9B9B9B. Windows color (decimal): -6910471 or 16354710. OLE color: 16354710.

HSL color Cylindrical-coordinate representation of color #968DF9: hue angle of 245º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #968DF9 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150141249-
CMYK0.400.4300.02
HSL245º90%76.47%-
HSV(B)245º43.37%97.65%-
XYZ39.232.3793.81-
YUV156180.48123.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.78%
GREEN value IS 141 (55.47% from 255) = 26.11%
BLUE value IS 249 (97.66% from 255) = 46.11%
R=27.78%
G=26.11%
B=46.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501412490.400.4300.022459076.47
Hex968DF9282B02f55a4c
Octal226215371505302365132114
Binary1001011010001101111110011010001010110101111010110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968DF9; }

 p { color: rgb(150,141,249); }

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

<style>
 a { background-color: #968DF9; }

 a { background-color: rgb(150,141,249); }

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

<style>
 span { border-color: #968DF9; }

 span { border-color: rgb(150,141,249); }

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