#947FA5

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

Shades of Ce Soir #947FA5

Tints of Ce Soir #947FA5

Color information

#947FA5 (or 0x947FA5) is unknown color: approx Ce Soir. HEX triplet: 94, 7F and A5. RGB value is (148,127,165). Sum of RGB (Red+Green+Blue) = 148+127+165=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 165 - color contains mainly: blue. Hex color #947FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947FA5 is #6B805A. Grayscale: #898989. Windows color (decimal): -7045211 or 10846100. OLE color: 10846100.

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

Color convert

RGB148127165-
CMYK0.100.2300.35
HSL273.16º17.43%57.25%-
HSV(B)273.16º23.03%64.71%-
XYZ26.5924.1938.87-
YUV137.61143.46135.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.64%
GREEN value IS 127 (50% from 255) = 28.86%
BLUE value IS 165 (64.84% from 255) = 37.5%
R=33.64%
G=28.86%
B=37.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481271650.100.2300.35273.1617.4357.25
Hex947FA5A170231111139
Octal22417724512270434212171
Binary10010100111111110100101101010111010001110001000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,127,165); }

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

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

 a { background-color: rgb(148,127,165); }

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

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

 span { border-color: rgb(148,127,165); }

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