#8A7A98

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

Shades of Ce Soir #8A7A98

Tints of Ce Soir #8A7A98

Color information

#8A7A98 (or 0x8A7A98) is unknown color: approx Ce Soir. HEX triplet: 8A, 7A and 98. RGB value is (138,122,152). Sum of RGB (Red+Green+Blue) = 138+122+152=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 152 - color contains mainly: blue. Hex color #8A7A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7A98 is #758567. Grayscale: #828282. Windows color (decimal): -7701864 or 9992842. OLE color: 9992842.

HSL color Cylindrical-coordinate representation of color #8A7A98: hue angle of 272º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A7A98 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB138122152-
CMYK0.090.2000.40
HSL272º12.71%53.73%-
HSV(B)272º19.74%59.61%-
XYZ23.1121.5932.65-
YUV130.2140.3133.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.50%
GREEN value IS 122 (48.05% from 255) = 29.61%
BLUE value IS 152 (59.77% from 255) = 36.89%
R=33.50%
G=29.61%
B=36.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1381221520.090.2000.4027212.7153.73
Hex8A7A98914028110d36
Octal21217223011240504201566
Binary1000101011110101001100010011010001010001000100001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,122,152); }

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

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

 a { background-color: rgb(138,122,152); }

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

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

 span { border-color: rgb(138,122,152); }

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