Html Css Color HEX #8B769B Ce Soir

📋 copy color: '#8B769B'

red 139 ◦ green 118 ◦ blue 155

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

Shades of Ce Soir #8B769B

Tints of Ce Soir #8B769B

RGB

 RED value IS 139 (54.69% from 255) = 33.74%

 GREEN value IS 118 (46.48% from 255) = 28.64%

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

R = 33.74%
G = 28.64%
B = 37.62%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8B769B (or 0x8B769B) is known color: Ce Soir. HEX triplet: 8B, 76 and 9B. RGB value is (139,118,155). Sum of RGB (Red+Green+Blue) = 139+118+155=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B769B is #748964. Grayscale: #808080. Windows color (decimal): -7637349 or 10188427. OLE color: 10188427.

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

Color convert

RGB 139 118 155 -
CMYK 0.10 0.24 0 0.39
HSL 274.05º 0.16% 0.54% -
HSV(B) 274.05º 0.24% 0.61% -
XYZ 23.04 20.81 33.81 -
YUV 128.5 142.96 135.49 -
System Red Green Blue C M Y K H S L
Decimal 139 118 155 0.10 0.24 0 0.39 274.05 0.16 0.54
Hex 8B 76 9B A 18 0 27 112 10 36
Octal 213 166 233 12 30 0 47 422 20 66
Binary 10001011 1110110 10011011 1010 11000 0 100111 100010010 10000 110110

Color Harmonies of #8B769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B769B

Black with #8B769B

Text Example


Text Example

White with #8B769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,118,155); }

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

background-color css

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

 a { background-color: rgb(139,118,155); }

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

border-color css

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

 span { border-color: rgb(139,118,155); }

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