#967BAB

Color #967BAB Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #967BAB

Tints of Ce Soir #967BAB

Color information

#967BAB (or 0x967BAB) is unknown color: approx Ce Soir. HEX triplet: 96, 7B and AB. RGB value is (150,123,171). Sum of RGB (Red+Green+Blue) = 150+123+171=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #967BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967BAB is #698454. Grayscale: #888888. Windows color (decimal): -6915157 or 11238294. OLE color: 11238294.

HSL color Cylindrical-coordinate representation of color #967BAB: hue angle of 273.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #967BAB is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150123171-
CMYK0.120.2800.33
HSL273.75º22.22%57.65%-
HSV(B)273.75º28.07%67.06%-
XYZ27.0123.5941.66-
YUV136.54147.45137.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.78%
GREEN value IS 123 (48.44% from 255) = 27.70%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=33.78%
G=27.70%
B=38.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501231710.120.2800.33273.7522.2257.65
Hex967BABC1C021112163a
Octal22617325314340414222672
Binary10010110111101110101011110011100010000110001001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967BAB; }

 p { color: rgb(150,123,171); }

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

<style>
 a { background-color: #967BAB; }

 a { background-color: rgb(150,123,171); }

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

<style>
 span { border-color: #967BAB; }

 span { border-color: rgb(150,123,171); }

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