#947BA7

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

Shades of Ce Soir #947BA7

Tints of Ce Soir #947BA7

Color information

#947BA7 (or 0x947BA7) is unknown color: approx Ce Soir. HEX triplet: 94, 7B and A7. RGB value is (148,123,167). Sum of RGB (Red+Green+Blue) = 148+123+167=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 167 (65.62% from 255 or 38.13% from 438); Max value from RGB is 167 - color contains mainly: blue. Hex color #947BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947BA7 is #6B8458. Grayscale: #878787. Windows color (decimal): -7046233 or 10976148. OLE color: 10976148.

HSL color Cylindrical-coordinate representation of color #947BA7: hue angle of 274.09º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #947BA7 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB148123167-
CMYK0.110.2600.35
HSL274.09º20%56.86%-
HSV(B)274.09º26.35%65.49%-
XYZ26.2723.2539.66-
YUV135.49145.78136.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.79%
GREEN value IS 123 (48.44% from 255) = 28.08%
BLUE value IS 167 (65.62% from 255) = 38.13%
R=33.79%
G=28.08%
B=38.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481231670.110.2600.35274.092056.86
Hex947BA7B1A0231121439
Octal22417324713320434222471
Binary10010100111101110100111101111010010001110001001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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