Html Css Color HEX #8F699B Ce Soir

📋 copy color: '#8F699B'

red 143 ◦ green 105 ◦ blue 155

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

Shades of Ce Soir #8F699B

Tints of Ce Soir #8F699B

RGB

 RED value IS 143 (56.25% from 255) = 35.48%

 GREEN value IS 105 (41.41% from 255) = 26.05%

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

R = 35.48%
G = 26.05%
B = 38.46%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8F699B (or 0x8F699B) is known color: Ce Soir. HEX triplet: 8F, 69 and 9B. RGB value is (143,105,155). Sum of RGB (Red+Green+Blue) = 143+105+155=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F699B is #709664. Grayscale: #797979. Windows color (decimal): -7378533 or 10185103. OLE color: 10185103.

HSL color Cylindrical-coordinate representation of color #8F699B: hue angle of 285.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F699B is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 143 105 155 -
CMYK 0.08 0.32 0 0.39
HSL 285.6º 0.2% 0.51% -
HSV(B) 285.6º 0.32% 0.61% -
XYZ 22.3 18.31 33.37 -
YUV 122.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 143 105 155 0.08 0.32 0 0.39 285.6 0.2 0.51
Hex 8F 69 9B 8 20 0 27 11E 14 33
Octal 217 151 233 10 40 0 47 436 24 63
Binary 10001111 1101001 10011011 1000 100000 0 100111 100011110 10100 110011

Color Harmonies of #8F699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F699B

Black with #8F699B

Text Example


Text Example

White with #8F699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,105,155); }

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

background-color css

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

 a { background-color: rgb(143,105,155); }

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

border-color css

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

 span { border-color: rgb(143,105,155); }

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