#968CF0

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

Shades of Light Slate Blue #968CF0

Tints of Light Slate Blue #968CF0

Color information

#968CF0 (or 0x968CF0) is unknown color: approx Light Slate Blue. HEX triplet: 96, 8C and F0. RGB value is (150,140,240). Sum of RGB (Red+Green+Blue) = 150+140+240=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #968CF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968CF0 is #69730F. Grayscale: #9A9A9A. Windows color (decimal): -6910736 or 15764630. OLE color: 15764630.

HSL color Cylindrical-coordinate representation of color #968CF0: hue angle of 246º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #968CF0 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB150140240-
CMYK0.370.4200.06
HSL246º76.92%74.51%-
HSV(B)246º41.67%94.12%-
XYZ37.6831.5386.54-
YUV154.39176.31124.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.30%
GREEN value IS 140 (55.08% from 255) = 26.42%
BLUE value IS 240 (94.14% from 255) = 45.28%
R=28.30%
G=26.42%
B=45.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1501402400.370.4200.0624676.9274.51
Hex968CF0252A06f64d4b
Octal226214360455206366115113
Binary10010110100011001111000010010110101001101111011010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,140,240); }

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

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

 a { background-color: rgb(150,140,240); }

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

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

 span { border-color: rgb(150,140,240); }

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