#907FA4

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

Shades of Ce Soir #907FA4

Tints of Ce Soir #907FA4

Color information

#907FA4 (or 0x907FA4) is unknown color: approx Ce Soir. HEX triplet: 90, 7F and A4. RGB value is (144,127,164). Sum of RGB (Red+Green+Blue) = 144+127+164=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 164 - color contains mainly: blue. Hex color #907FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907FA4 is #6F805B. Grayscale: #888888. Windows color (decimal): -7307356 or 10780560. OLE color: 10780560.

HSL color Cylindrical-coordinate representation of color #907FA4: hue angle of 267.57º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #907FA4 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB144127164-
CMYK0.120.2300.36
HSL267.57º16.89%57.06%-
HSV(B)267.57º22.56%64.31%-
XYZ25.7923.7938.35-
YUV136.3143.63133.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.10%
GREEN value IS 127 (50% from 255) = 29.20%
BLUE value IS 164 (64.45% from 255) = 37.70%
R=33.10%
G=29.20%
B=37.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1441271640.120.2300.36267.5716.8957.06
Hex907FA4C1702410c1139
Octal22017724414270444142171
Binary10010000111111110100100110010111010010010000110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907FA4; }

 p { color: rgb(144,127,164); }

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

<style>
 a { background-color: #907FA4; }

 a { background-color: rgb(144,127,164); }

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

<style>
 span { border-color: #907FA4; }

 span { border-color: rgb(144,127,164); }

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