#947BAA

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

Shades of Ce Soir #947BAA

Tints of Ce Soir #947BAA

Color information

#947BAA (or 0x947BAA) is unknown color: approx Ce Soir. HEX triplet: 94, 7B and AA. RGB value is (148,123,170). Sum of RGB (Red+Green+Blue) = 148+123+170=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #947BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947BAA is #6B8455. Grayscale: #878787. Windows color (decimal): -7046230 or 11172756. OLE color: 11172756.

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

Color convert

RGB148123170-
CMYK0.130.2800.33
HSL271.91º21.66%57.45%-
HSV(B)271.91º27.65%66.67%-
XYZ26.5523.3641.14-
YUV135.83147.28136.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.56%
GREEN value IS 123 (48.44% from 255) = 27.89%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=33.56%
G=27.89%
B=38.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481231700.130.2800.33271.9121.6657.45
Hex947BAAD1C0211101639
Octal22417325215340414202671
Binary10010100111101110101010110111100010000110001000010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947BAA; }

 p { color: rgb(148,123,170); }

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

<style>
 a { background-color: #947BAA; }

 a { background-color: rgb(148,123,170); }

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

<style>
 span { border-color: #947BAA; }

 span { border-color: rgb(148,123,170); }

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