#968FFF

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

Shades of Light Slate Blue #968FFF

Tints of Light Slate Blue #968FFF

Color information

#968FFF (or 0x968FFF) is unknown color: approx Light Slate Blue. HEX triplet: 96, 8F and FF. RGB value is (150,143,255). Sum of RGB (Red+Green+Blue) = 150+143+255=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #968FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968FFF is #697000. Grayscale: #9D9D9D. Windows color (decimal): -6909953 or 16748438. OLE color: 16748438.

HSL color Cylindrical-coordinate representation of color #968FFF: hue angle of 243.75º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #968FFF is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB150143255-
CMYK0.410.4400
HSL243.75º100%78.04%-
HSV(B)243.75º43.92%100%-
XYZ40.4533.3598.91-
YUV157.86182.82122.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.37%
GREEN value IS 143 (56.25% from 255) = 26.09%
BLUE value IS 255 (100% from 255) = 46.53%
R=27.37%
G=26.09%
B=46.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1501432550.410.4400243.7510078.04
Hex968FFF292C00f4644e
Octal226217377515400364144116
Binary100101101000111111111111101001101100001111010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,143,255); }

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

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

 a { background-color: rgb(150,143,255); }

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

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

 span { border-color: rgb(150,143,255); }

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