#968EF5

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

Shades of Light Slate Blue #968EF5

Tints of Light Slate Blue #968EF5

Color information

#968EF5 (or 0x968EF5) is unknown color: approx Light Slate Blue. HEX triplet: 96, 8E and F5. RGB value is (150,142,245). Sum of RGB (Red+Green+Blue) = 150+142+245=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 245 (96.09% from 255 or 45.62% from 537); Max value from RGB is 245 - color contains mainly: blue. Hex color #968EF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968EF5 is #69710A. Grayscale: #9B9B9B. Windows color (decimal): -6910219 or 16092822. OLE color: 16092822.

HSL color Cylindrical-coordinate representation of color #968EF5: hue angle of 244.66º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #968EF5 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB150142245-
CMYK0.390.4200.04
HSL244.66º83.74%75.88%-
HSV(B)244.66º42.04%96.08%-
XYZ38.7332.4290.6-
YUV156.13178.15123.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.93%
GREEN value IS 142 (55.86% from 255) = 26.44%
BLUE value IS 245 (96.09% from 255) = 45.62%
R=27.93%
G=26.44%
B=45.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1501422450.390.4200.04244.6683.7475.88
Hex968EF5272A04f5544c
Octal226216365475204365124114
Binary10010110100011101111010110011110101001001111010110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,142,245); }

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

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

 a { background-color: rgb(150,142,245); }

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

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

 span { border-color: rgb(150,142,245); }

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