#8A789D

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

Shades of Ce Soir #8A789D

Tints of Ce Soir #8A789D

Color information

#8A789D (or 0x8A789D) is unknown color: approx Ce Soir. HEX triplet: 8A, 78 and 9D. RGB value is (138,120,157). Sum of RGB (Red+Green+Blue) = 138+120+157=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A789D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A789D is #758762. Grayscale: #818181. Windows color (decimal): -7702371 or 10320010. OLE color: 10320010.

HSL color Cylindrical-coordinate representation of color #8A789D: hue angle of 269.19º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A789D is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB138120157-
CMYK0.120.2400.38
HSL269.19º15.88%54.31%-
HSV(B)269.19º23.57%61.57%-
XYZ23.2821.2734.78-
YUV129.6143.46133.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.25%
GREEN value IS 120 (47.27% from 255) = 28.92%
BLUE value IS 157 (61.72% from 255) = 37.83%
R=33.25%
G=28.92%
B=37.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1381201570.120.2400.38269.1915.8854.31
Hex8A789DC1802610d1036
Octal21217023514300464152066
Binary10001010111100010011101110011000010011010000110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A789D; }

 p { color: rgb(138,120,157); }

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

<style>
 a { background-color: #8A789D; }

 a { background-color: rgb(138,120,157); }

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

<style>
 span { border-color: #8A789D; }

 span { border-color: rgb(138,120,157); }

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