Html Css Color HEX #86699C Ce Soir

📋 copy color: '#86699C'

red 134 ◦ green 105 ◦ blue 156

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

Shades of Ce Soir #86699C

Tints of Ce Soir #86699C

RGB

 RED value IS 134 (52.73% from 255) = 33.92%

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

 BLUE value IS 156 (61.33% from 255) = 39.49%

R = 33.92%
G = 26.58%
B = 39.49%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#86699C (or 0x86699C) is known color: Ce Soir. HEX triplet: 86, 69 and 9C. RGB value is (134,105,156). Sum of RGB (Red+Green+Blue) = 134+105+156=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 156 - color contains mainly: blue. Hex color #86699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86699C is #799663. Grayscale: #777777. Windows color (decimal): -7968356 or 10250630. OLE color: 10250630.

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

Color convert

RGB 134 105 156 -
CMYK 0.14 0.33 0 0.39
HSL 274.12º 0.2% 0.51% -
HSV(B) 274.12º 0.33% 0.61% -
XYZ 20.88 17.57 33.74 -
YUV 119.49 148.61 138.35 -
System Red Green Blue C M Y K H S L
Decimal 134 105 156 0.14 0.33 0 0.39 274.12 0.2 0.51
Hex 86 69 9C E 21 0 27 112 14 33
Octal 206 151 234 16 41 0 47 422 24 63
Binary 10000110 1101001 10011100 1110 100001 0 100111 100010010 10100 110011

Color Harmonies of #86699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86699C

Black with #86699C

Text Example


Text Example

White with #86699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86699C; }

 p { color: rgb(134,105,156); }

 H1.HeaderClassName
 {
   color: #86699C;
 }
 .AnyTagClassName
 {
   color: #86699C;
 }
</style>

background-color css

<style>
 a { background-color: #86699C; }

 a { background-color: rgb(134,105,156); }

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

border-color css

<style>
 span { border-color: #86699C; }

 span { border-color: rgb(134,105,156); }

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