Html Css Color HEX #8A7090 Ce Soir

📋 copy color: '#8A7090'

red 138 ◦ green 112 ◦ blue 144

#8A7090
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ce Soir #8A7090

Tints of Ce Soir #8A7090

RGB

 RED value IS 138 (54.3% from 255) = 35.03%

 GREEN value IS 112 (44.14% from 255) = 28.43%

 BLUE value IS 144 (56.64% from 255) = 36.55%

R = 35.03%
G = 28.43%
B = 36.55%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8A7090 (or 0x8A7090) is known color: Ce Soir. HEX triplet: 8A, 70 and 90. RGB value is (138,112,144). Sum of RGB (Red+Green+Blue) = 138+112+144=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A7090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7090 is #758F6F. Grayscale: #7B7B7B. Windows color (decimal): -7704432 or 9465994. OLE color: 9465994.

HSL color Cylindrical-coordinate representation of color #8A7090: hue angle of 288.75º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A7090 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 138 112 144 -
CMYK 0.04 0.22 0 0.44
HSL 288.75º 0.13% 0.5% -
HSV(B) 288.75º 0.22% 0.56% -
XYZ 21.31 19.01 28.93 -
YUV 123.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 138 112 144 0.04 0.22 0 0.44 288.75 0.13 0.5
Hex 8A 70 90 4 16 0 2C 121 D 32
Octal 212 160 220 4 26 0 54 441 15 62
Binary 10001010 1110000 10010000 100 10110 0 101100 100100001 1101 110010

Color Harmonies of #8A7090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7090

Black with #8A7090

Text Example


Text Example

White with #8A7090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,112,144); }

 H1.HeaderClassName
 {
   color: #8A7090;
 }
 .AnyTagClassName
 {
   color: #8A7090;
 }
</style>

background-color css

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

 a { background-color: rgb(138,112,144); }

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

border-color css

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

 span { border-color: rgb(138,112,144); }

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