#968CFC

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

Shades of Light Slate Blue #968CFC

Tints of Light Slate Blue #968CFC

Color information

#968CFC (or 0x968CFC) is unknown color: approx Light Slate Blue. HEX triplet: 96, 8C and FC. RGB value is (150,140,252). Sum of RGB (Red+Green+Blue) = 150+140+252=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #968CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968CFC is #697303. Grayscale: #9B9B9B. Windows color (decimal): -6910724 or 16551062. OLE color: 16551062.

HSL color Cylindrical-coordinate representation of color #968CFC: hue angle of 245.36º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #968CFC is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB150140252-
CMYK0.400.4400.01
HSL245.36º94.92%76.86%-
HSV(B)245.36º44.44%98.82%-
XYZ39.5332.2796.24-
YUV155.76182.31123.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.68%
GREEN value IS 140 (55.08% from 255) = 25.83%
BLUE value IS 252 (98.83% from 255) = 46.49%
R=27.68%
G=25.83%
B=46.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1501402520.400.4400.01245.3694.9276.86
Hex968CFC282C01f55f4d
Octal226214374505401365137115
Binary100101101000110011111100101000101100011111010110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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