Html Css Color HEX #8C7B9B Ce Soir

📋 copy color: '#8C7B9B'

red 140 ◦ green 123 ◦ blue 155

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

Shades of Ce Soir #8C7B9B

Tints of Ce Soir #8C7B9B

RGB

 RED value IS 140 (55.08% from 255) = 33.49%

 GREEN value IS 123 (48.44% from 255) = 29.43%

 BLUE value IS 155 (60.94% from 255) = 37.08%

R = 33.49%
G = 29.43%
B = 37.08%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C7B9B (or 0x8C7B9B) is known color: Ce Soir. HEX triplet: 8C, 7B and 9B. RGB value is (140,123,155). Sum of RGB (Red+Green+Blue) = 140+123+155=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C7B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7B9B is #738464. Grayscale: #838383. Windows color (decimal): -7570533 or 10189708. OLE color: 10189708.

HSL color Cylindrical-coordinate representation of color #8C7B9B: hue angle of 271.88º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C7B9B is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 123 155 -
CMYK 0.10 0.21 0 0.39
HSL 271.88º 0.14% 0.55% -
HSV(B) 271.88º 0.21% 0.61% -
XYZ 23.81 22.11 34.02 -
YUV 131.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 140 123 155 0.10 0.21 0 0.39 271.88 0.14 0.55
Hex 8C 7B 9B A 15 0 27 110 E 37
Octal 214 173 233 12 25 0 47 420 16 67
Binary 10001100 1111011 10011011 1010 10101 0 100111 100010000 1110 110111

Color Harmonies of #8C7B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7B9B

Black with #8C7B9B

Text Example


Text Example

White with #8C7B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,123,155); }

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

background-color css

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

 a { background-color: rgb(140,123,155); }

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

border-color css

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

 span { border-color: rgb(140,123,155); }

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