#968DF8

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

Shades of Light Slate Blue #968DF8

Tints of Light Slate Blue #968DF8

Color information

#968DF8 (or 0x968DF8) is unknown color: approx Light Slate Blue. HEX triplet: 96, 8D and F8. RGB value is (150,141,248). Sum of RGB (Red+Green+Blue) = 150+141+248=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 248 (97.27% from 255 or 46.01% from 539); Max value from RGB is 248 - color contains mainly: blue. Hex color #968DF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968DF8 is #697207. Grayscale: #9B9B9B. Windows color (decimal): -6910472 or 16289174. OLE color: 16289174.

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

Color convert

RGB150141248-
CMYK0.400.4300.03
HSL245.05º88.43%76.27%-
HSV(B)245.05º43.15%97.25%-
XYZ39.0532.3192.99-
YUV155.89179.98123.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.83%
GREEN value IS 141 (55.47% from 255) = 26.16%
BLUE value IS 248 (97.27% from 255) = 46.01%
R=27.83%
G=26.16%
B=46.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1501412480.400.4300.03245.0588.4376.27
Hex968DF8282B03f5584c
Octal226215370505303365130114
Binary1001011010001101111110001010001010110111111010110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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