#966CFB

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

Shades of Light Slate Blue #966CFB

Tints of Light Slate Blue #966CFB

Color information

#966CFB (or 0x966CFB) is unknown color: approx Light Slate Blue. HEX triplet: 96, 6C and FB. RGB value is (150,108,251). Sum of RGB (Red+Green+Blue) = 150+108+251=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #966CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966CFB is #699304. Grayscale: #888888. Windows color (decimal): -6918917 or 16477334. OLE color: 16477334.

HSL color Cylindrical-coordinate representation of color #966CFB: hue angle of 257.62º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #966CFB is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150108251-
CMYK0.400.5700.02
HSL257.62º94.7%70.39%-
HSV(B)257.62º56.97%98.43%-
XYZ35.3524.1794.07-
YUV136.86192.41137.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.47%
GREEN value IS 108 (42.58% from 255) = 21.22%
BLUE value IS 251 (98.44% from 255) = 49.31%
R=29.47%
G=21.22%
B=49.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501082510.400.5700.02257.6294.770.39
Hex966CFB2839021025f46
Octal226154373507102402137106
Binary1001011011011001111101110100011100101010000001010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966CFB; }

 p { color: rgb(150,108,251); }

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

<style>
 a { background-color: #966CFB; }

 a { background-color: rgb(150,108,251); }

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

<style>
 span { border-color: #966CFB; }

 span { border-color: rgb(150,108,251); }

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